Skip to content

Migrate claudeai to new search terminology#93

Merged
teetangh merged 9 commits into
mainfrom
migrate/claudeai
Feb 19, 2026
Merged

Migrate claudeai to new search terminology#93
teetangh merged 9 commits into
mainfrom
migrate/claudeai

Conversation

@teetangh

@teetangh teetangh commented Jan 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Renamed fts/ to search_based/
  • Renamed gsi/ to query_based/
  • Updated notebook terminology (FTS → Search Vector Index, GSI → Hyperscale and Composite Vector Index)
  • Updated frontmatter (path, title, tags, alt_paths)
  • Updated cross-reference links between tutorials

Changes

  • Folder structure migration
  • Notebook content updates
  • Frontmatter updates with new URL paths

- Renamed fts/ to search_based/
- Renamed gsi/ to query_based/
- Updated notebook terminology (FTS -> Search Vector Index, GSI -> Hyperscale and Composite Vector Index)
- Updated frontmatter (path, title, tags, alt_paths)
- Updated cross-reference links between tutorials
@github-actions

github-actions Bot commented Jan 7, 2026

Copy link
Copy Markdown

Caution

Notebooks or Frontmatter Files Have Been Modified

  • Please ensure that a frontmatter.md file is accompanying the notebook file, and that the frontmatter is up to date.
  • These changes will be published to the developer portal tutorials only if frontmatter.md is included.
  • Proofread all changes before merging, as changes to notebook and frontmatter content will update the developer tutorial.

4 Notebook Files Modified:

Notebook File Frontmatter Included?
claudeai/fts/RAG_with_Couchbase_and_Claude(by_Anthropic).ipynb
claudeai/gsi/RAG_with_Couchbase_and_Claude(by_Anthropic).ipynb
claudeai/query_based/RAG_with_Couchbase_and_Claude(by_Anthropic).ipynb
claudeai/search_based/RAG_with_Couchbase_and_Claude(by_Anthropic).ipynb

3 Frontmatter Files Modified:

Frontmatter File
claudeai/gsi/frontmatter.md
claudeai/query_based/frontmatter.md
claudeai/search_based/frontmatter.md
Note: frontmatter will be checked and tested in the Test Frontmatter workflow.

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @teetangh, 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 undertakes a significant refactoring of the Claude AI vector search tutorials. The primary objective is to standardize the terminology and organization of these learning resources, ensuring they are consistent with current Couchbase vector search features. This involves updating directory names, content within the notebooks, and all associated metadata and internal links.

Highlights

  • Directory Renaming: The tutorial directories have been renamed from 'fts/' to 'search_based/' and 'gsi/' to 'query_based/' to align with new terminology.
  • Notebook Terminology Updates: Jupyter notebooks have been updated to replace 'FTS' with 'Search Vector Index' and 'GSI' with 'Hyperscale and Composite Vector Index' for improved clarity.
  • Frontmatter and Link Adjustments: Frontmatter files (path, title, tags, alt_paths) and cross-reference links between tutorials have been updated to reflect the new naming conventions and ensure accurate navigation.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

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 is a significant refactoring to align with new search terminology. It renames directories (fts/ to search_based/, gsi/ to query_based/) and updates content within Jupyter notebooks and frontmatter files to use terms like Search Vector Index, Hyperscale Vector Index, and Composite Vector Index. The changes are extensive and mostly consistent with the goal of the migration.

I've found a couple of minor instances in one of the notebooks where the old terminology (GSI) was missed during the update. I've left specific comments with suggestions to fix these for consistency. Overall, this is a great step towards clarifying the search features.

… formatting

- Updated package versions in RAG_with_Couchbase_and_Claude notebooks for compatibility.
- Refactored markdown content for better readability and structure, including clearer instructions and enhanced descriptions.
- Removed unnecessary output messages from code cells to streamline the user experience.
@teetangh teetangh self-assigned this Feb 11, 2026
Comment thread claudeai/search_based/RAG_with_Couchbase_and_Claude(by_Anthropic).ipynb Outdated
Comment thread claudeai/query_based/frontmatter.md Outdated
- Revised the short title in frontmatter for consistency with the tutorial's focus.
- Updated the Anthropic API link in the RAG_with_Couchbase_and_Claude notebooks for accuracy.
- Enhanced introductory sections in the search-based tutorial for better clarity and streamlined instructions.
…larity

- Removed unnecessary spaces in .env.sample files for both query-based and search-based configurations.
- Updated markdown content in RAG_with_Couchbase_and_Claude notebooks to improve readability and structure, including clearer instructions and enhanced descriptions.
- Adjusted output logs and error messages for consistency and clarity.

@VirajAgarwal1 VirajAgarwal1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@teetangh teetangh merged commit 1d1e401 into main Feb 19, 2026
5 checks passed
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.

2 participants