Skip to content
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

Add Couchbase vector store #1107

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

Conversation

teetangh
Copy link

@teetangh teetangh commented Sep 9, 2024

Description

This pull request adds a new Jupyter notebook demonstrating how to set up and use GraphRAG with Couchbase as a vector store. The notebook walks through the process of loading data, setting up models, storing embeddings, and running a search engine query.

Related Issues

N/A (or reference any existing issues if applicable)

Proposed Changes

  • Set up Couchbase vector store integration
  • Added new Jupyter notebook demonstrating graphrag with couchbase as vector strore
  • Demonstrate a sample query execution

Checklist

[x] I have tested these changes locally.
[x] I have reviewed the code changes.
[x] I have updated the documentation (the notebook itself serves as documentation).
[x ] I have added appropriate unit tests (if applicable).

Additional Notes

This notebook provides a comprehensive example of using GraphRAG with Couchbase, which can be valuable for users looking to implement similar setups. It covers important aspects such as environment configuration, data loading, model setup, and query execution.

graphrag/vector_stores/couchbasedb.py Outdated Show resolved Hide resolved
graphrag/vector_stores/couchbasedb.py Outdated Show resolved Hide resolved
@teetangh
Copy link
Author

@microsoft-github-policy-service agree [company="{Couchbase}"]

@teetangh
Copy link
Author

@microsoft-github-policy-service agree company="Couchbase"

@teetangh teetangh marked this pull request as ready for review October 23, 2024 11:39
@teetangh teetangh requested a review from a team as a code owner October 23, 2024 11:39
@teetangh teetangh requested a review from a team as a code owner October 23, 2024 11:39
@jgbradley1 jgbradley1 changed the title Couchbase Support for GraphRAG Add Couchbase vector store Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants