We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba71d8c + 7854680 commit 3e2d13cCopy full SHA for 3e2d13c
1 file changed
dashscope/embeddings/text_embedding.py
@@ -15,6 +15,7 @@ class Models:
15
text_embedding_v1 = 'text-embedding-v1'
16
text_embedding_v2 = 'text-embedding-v2'
17
text_embedding_v3 = 'text-embedding-v3'
18
+ text_embedding_v4 = 'text-embedding-v4'
19
20
@classmethod
21
def call(cls,
0 commit comments