-
Notifications
You must be signed in to change notification settings - Fork 18.9k
docs: add CoherenceVectorStore integration #32289
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
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
CodSpeed WallTime Performance ReportMerging #32289 will not alter performanceComparing
|
CodSpeed Instrumentation Performance ReportMerging #32289 will not alter performanceComparing Summary
|
… by .github/scripts/check_diff.py
Hi thank you for the work so far. We are not adding new integrations to this monorepo, but instead to separate repositories. Would you be able to migrate this? |
Hi @mdrxy Where does this need to be migrated ? Can you provide details and instructions on how to do that. |
Added Coherence VectorStore Integration
Dependencies: The integration has a dependency on
coherence-client
package. See langchain/libs/partners/coherence/pyproject.tomlIntegration test added at langchain/libs/partners/coherence/tests/integration_tests/test_coherence_store.py. However they need Coherence server to be run in order to work
Added documentation notebook at at docs/docs/integrations/vectorstores/coherence.ipynb