Replies: 2 comments
-
I can add support on the next version. Also, you can always pass models as string. |
Beta Was this translation helpful? Give feedback.
0 replies
-
v6.7.2 supports new text-embedding-ada-002 model. |
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.
-
It seems that the library only supports text-embedding-ada-001 (the TextSearchAdaDocV1 in the Models class) and the corresponding output dimensions is limited to 1024 tokens, while the text-embedding-ada-002 has 1536 tokens. Any plans to upgrade the library to use text-embedding-ada-002?
Ivan
Beta Was this translation helpful? Give feedback.
All reactions