We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67cd23 commit aea3686Copy full SHA for aea3686
libs/langchain-community/src/embeddings/alibaba_tongyi.ts
@@ -4,7 +4,7 @@ import { chunkArray } from "@langchain/core/utils/chunk_array";
4
5
export interface AlibabaTongyiEmbeddingsParams extends EmbeddingsParams {
6
/** Model name to use */
7
- modelName: "text-embedding-v2";
+ modelName: "text-embedding-v2" | "text-embedding-v3";
8
9
/**
10
* Timeout to use when making requests to AlibabaTongyi.
0 commit comments