langchain
langchain copied to clipboard
OpenAI's embedding engine has been deprecated
OpenAI's embedding engine has been deprecated and is no longer requestable through the API. Models now replace engines
Ah I just opened this https://github.com/hwchase17/langchain/pull/2755 for backwards compatibility.
Ah I just opened this #2755 for backwards compatibility.
However, this way still leads to the URL being concatenated as '/engines/text-embedding-ada-002/embeddings', which OpenAI has deprecated.
https://platform.openai.com/docs/api-reference/engines
Has this problem been solved?