More models needed for DashScopeEmbeddings #23705
luxiaoxue23
announced in
Ideas
Replies: 1 comment
-
Hi, I have the same issue. Have you addressed it? Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
DashScopeEmbeddings now only supports text-embedding v1 and text-embedding v2. But in fact tongyi has introduced more powerful models text-embedding-async-v1 and text-embedding-async-v2, which can support larger quantities of vector computation. Can langchain support new models in DashScopeEmbeddings?
Motivation
When I try to use text-embedding async-v1 in DashScopeEmbeddings, I find it is unsupported. I receive error info as follows when I set model to be "text-embedding-async-v1":
status_code: 400
code: InvalidParameter
message: input.url should not be null
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions