Replies: 4 comments 5 replies
-
new models should already work https://python.langchain.com/docs/integrations/text_embedding/openai. @vanetreg how were you instantiating? |
Beta Was this translation helpful? Give feedback.
-
hey @baskaryan Versions: Note, latest: |
Beta Was this translation helpful? Give feedback.
-
Any idea why the documentation at langchain includes the warning "Warning: model not found. Using cl100k_base encoding."? I get this warning too when I run the following: |
Beta Was this translation helpful? Give feedback.
-
fixed on maybe worth update |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Last week OpenAI released 2 new embedding models, one is cheaper, the other is better than ada-002, so pls.
consider to change default ada-002 to
text-embedding-3-small
and add as option:
text-embedding-3-large
Today I tried the first when instantiated the class but it was not accepted...
Motivation
Want to use better or cheaper model for embeddings.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions