-
Notifications
You must be signed in to change notification settings - Fork 8
Update RAG tutorials with Capella Model Service & Couchbase Search Vector Index #80
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
nithishr
commented
Dec 5, 2025
- Updated the folder structure
- Updated tutorial for Retrieval-Augmented Generation (RAG) using LangChain with Couchbase Search Vector Index
- Updated frontmatter files for tutorial to define paths, titles, and descriptions.
- Updated index definition
- Updated Jupyter notebooks demonstrating the RAG pipeline, including setup, model usage, and example queries.
…arch Vector Index - Updated the folder structure - Updated tutorial for Retrieval-Augmented Generation (RAG) using LangChain with Couchbase Search Vector Index - Updated frontmatter files for tutorial to define paths, titles, and descriptions. - Updated index definition - Developed Jupyter notebooks demonstrating the RAG pipeline, including setup, model usage, and example queries.
|
Caution Notebooks or Frontmatter Files Have Been Modified
4 Notebook Files Modified:
1 Frontmatter Files Modified:
|
Summary of ChangesHello @nithishr, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly updates the Retrieval-Augmented Generation (RAG) tutorials to align with the latest Capella Model Services and Couchbase Search Vector Index capabilities. The changes involve migrating from older AI services to the more current Capella Model Services, introducing a new, comprehensive LangChain-based RAG tutorial, and restructuring the tutorial directories for better organization. These updates ensure the examples are current, accurate, and leverage the most recent features for building intelligent information retrieval systems. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
Code Review
This pull request updates the RAG tutorials to use the new Capella Model Service and Couchbase Search Vector Index. The changes include restructuring folders, updating Jupyter notebooks, and modifying configuration files. My review focuses on improving the new LangChain RAG tutorial notebook by correcting error messages, removing unused code, and enhancing exception handling for better clarity and robustness. I've also pointed out a minor typo in a frontmatter file. Overall, the updates are a great improvement and align the tutorials with the latest services.
...la-model-services/langchain/search_based/RAG_with_Capella_Model_Services_and_LangChain.ipynb
Outdated
Show resolved
Hide resolved
...la-model-services/langchain/search_based/RAG_with_Capella_Model_Services_and_LangChain.ipynb
Outdated
Show resolved
Hide resolved
...la-model-services/langchain/search_based/RAG_with_Capella_Model_Services_and_LangChain.ipynb
Outdated
Show resolved
Hide resolved
...la-model-services/langchain/search_based/RAG_with_Capella_Model_Services_and_LangChain.ipynb
Outdated
Show resolved
Hide resolved
...la-model-services/langchain/search_based/RAG_with_Capella_Model_Services_and_LangChain.ipynb
Outdated
Show resolved
Hide resolved
...la-model-services/langchain/search_based/RAG_with_Capella_Model_Services_and_LangChain.ipynb
Show resolved
Hide resolved
...la-model-services/langchain/search_based/RAG_with_Capella_Model_Services_and_LangChain.ipynb
Show resolved
Hide resolved
...la-model-services/langchain/search_based/RAG_with_Capella_Model_Services_and_LangChain.ipynb
Show resolved
Hide resolved
- Corrected the link to the original notebook to point to the updated path. - Revised section headers to use consistent terminology, changing "Couchbase Vector Search Index" to "Couchbase Search Vector Index" for clarity.
- Revised references from "Couchbase Vector Search Index" to "Couchbase Search Vector Index" for consistency. - Clarified the description of the search functionality to reflect the updated terminology.
VirajAgarwal1
left a comment
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.
lgtm