Skip to content

Commit aea3686

Browse files
authored
Update alibaba_tongyi.ts (#8714)
1 parent f67cd23 commit aea3686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain-community/src/embeddings/alibaba_tongyi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { chunkArray } from "@langchain/core/utils/chunk_array";
44

55
export interface AlibabaTongyiEmbeddingsParams extends EmbeddingsParams {
66
/** Model name to use */
7-
modelName: "text-embedding-v2";
7+
modelName: "text-embedding-v2" | "text-embedding-v3";
88

99
/**
1010
* Timeout to use when making requests to AlibabaTongyi.

0 commit comments

Comments
 (0)