-
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
Cannot install latest langchain js package #2673
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 similar issues that were resolved in the langchainjs repository:
npm uninstall cohere-ai
npm install [email protected]
npm uninstall langchain
npm install 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 I hope this helps! Let me know if you have any other questions. Sources
This 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. |
This commit breaks chroma-core/chroma@9e05cb3 Can you check @tazarov it here? |
I found the fix is on the way chroma-core/chroma#1156 👍 |
@drobnikj, sorry, I was working late last night, and I did intend to include Cohere 6.x, but for some reason, that slipped. Apologies for the inconvenience :). We're working on a set of tests to validate ecosystem impacts, so hopefully, this is the "last" of these problems :) |
Please, with each update the same thing happens, what version of Langchain should we put now? |
I think we should also make all our peer deps either @drobnikj for now you can also run |
For now @tazarov please release another Chroma version ASAP! |
@jacoblee93, new version's up, mind giving it a go? https://www.npmjs.com/package/chromadb |
Seems good, thank you! Hopefully this will be the last time this pops up. |
I cannot install the latest version because of the dependency tree.
npm install langchain
ends up with the error
node js:
v18.15.0
npm:
9.5.0
The text was updated successfully, but these errors were encountered: