-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
CodSpeed WallTime Performance ReportMerging #32289 will improve performances by 15.04%Comparing
|
| Benchmark | BASE |
HEAD |
Change | |
|---|---|---|---|---|
| ⚡ | test_import_time[RunnableLambda] |
560.7 ms | 487.4 ms | +15.04% |
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. |
|
Hi @dhirupandey, apologies for the delays. We've written new contributing guides that should hopefully address your question. Happy to answer any questions as they arise! |
Added Coherence VectorStore Integration
Dependencies: The integration has a dependency on
coherence-clientpackage. 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