Skip to content

community[minor]: Deprecate CouchbaseVectorStore and create CouchbaseSearchVectorStore #8247

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ejscribner
Copy link

@ejscribner ejscribner commented May 23, 2025

This PR:

  • Adds a new vector store called CouchbaseSearchVectorStore. It is identical to the existing CouchbaseVectorStore, but due to some internal naming requirements, we need to re-name the store. Rather than flat out re-naming it, we've deprecated the existing CouchbaseVectorStore in favor of the new CouchbaseSearchVectorStore, to avoid breaking any dependents.
  • Adds a more robust test for the CouchbaseSearchVectorStore
  • Updates documentation to include the name of the new store
  • Bumps the version of the Couchbase SDK to v4.4.6

Contributed by @ejscribner (Twitter handle as well)

Copy link

vercel bot commented May 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ✅ Ready (Inspect) Visit Preview May 28, 2025 5:57pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ⬜️ Ignored (Inspect) May 28, 2025 5:57pm

@ejscribner ejscribner force-pushed the refactor-couchbase-search-vector branch from 42fab07 to 0c31bc3 Compare May 27, 2025 19:46
@ejscribner ejscribner marked this pull request as ready for review May 28, 2025 17:32
@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. auto:improvement Medium size change to existing code to handle new use-cases labels May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:improvement Medium size change to existing code to handle new use-cases size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant