Skip to content

Commit

Permalink
fix(community): Updated Embeddings URL (#7545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky3003 authored Jan 18, 2025
1 parent a52fde3 commit 74c06a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-community/src/embeddings/togetherai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class TogetherAIEmbeddings

timeout?: number;

private embeddingsAPIUrl = "https://api.together.xyz/api/v1/embeddings";
private embeddingsAPIUrl = "https://api.together.xyz/v1/embeddings";

constructor(fields?: Partial<TogetherAIEmbeddingsParams>) {
super(fields ?? {});
Expand Down

0 comments on commit 74c06a5

Please sign in to comment.