-
Notifications
You must be signed in to change notification settings - Fork 17.9k
[docs] Update couchbase provider, vector store & features list #31719
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
… and example queries
…examples, usage patterns, and API references for vector stores, document loaders, and caching mechanisms.
…o the correct values
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
CodSpeed WallTime Performance ReportMerging #31719 will not alter performanceComparing
|
CodSpeed Instrumentation Performance ReportMerging #31719 will not alter performanceComparing Summary
|
… `CouchbaseSearchVectorStore` in the notebook.
searchWithScore: true, | ||
async: true, | ||
passesStandardTests: false, | ||
multiTenancy: false, | ||
passesStandardTests: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see langchain-tests in package dependencies here, can you share a link to the tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not using the langchain-tests for the integration tests. It is similar in the idea.
- Tests: https://github.com/Couchbase-Ecosystem/langchain-couchbase/blob/main/tests/integration_tests/test_search_vector_store.py
- Daily Test Run (Github Actions): https://github.com/Couchbase-Ecosystem/langchain-couchbase/actions/runs/15896467858
I can change the parameter value for passesStandardTests
if that is a requirement until we refactor the tests to use the package.
Description:
CouchbaseSearchVectorStore
example.