-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install langchain chromadb openai
not working
#2617
Comments
🤖 Hello, The error you're encountering seems to be due to a mismatch in the version of Here's a potential solution based on a similar issue that was resolved in the langchainjs repository:
npm uninstall openai
npm install [email protected]
npm uninstall chromadb langchain
npm install chromadb langchain If the issue persists, it might be due to other conflicting dependencies in your project. In this case, you might need to update your dependencies to the versions required by Please note that the actual package names for If you're still encountering issues after trying these steps, please provide more information about your project setup, such as your Node.js version, npm version, and the contents of your Best, SourcesThis response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Same problem. I have tried every version of OpenAI dependency. There's a fundamental issue with ChromaDB, OpenAI, Cohere, and langchain dependencies. |
Yeah CC @jeffchuber could we patch this? It's been causing issues for some folks. You can use |
@jacoblee93 yes, fire away |
Opened chroma-core/chroma#1142 which should fix this longer-term when live! |
[Nodejs App]
Below command is not working
npm install langchain chromadb openai
Thanks for helping out!
The text was updated successfully, but these errors were encountered: