-
Notifications
You must be signed in to change notification settings - Fork 8
edited the directory structure and frontmatter #78
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: main
Are you sure you want to change the base?
edited the directory structure and frontmatter #78
Conversation
|
Caution Notebooks or Frontmatter Files Have Been Modified
28 Notebook Files Modified:
34 Frontmatter Files Modified:
|
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.
Pull request overview
This PR updates tutorial metadata to reflect Couchbase's newer vector indexing methods, replacing references to legacy "GSI" (Global Secondary Index) and "FTS" (Full-Text Search) with "Hyperscale Vector Index", "Composite Vector Index", and "Search Vector Index". The changes ensure consistent terminology across all tutorial frontmatter files and add alternate URL paths for improved discoverability.
Key Changes:
- Renamed file paths, titles, and descriptions across all tutorials to use the new index type terminology
- Updated tags to reflect new index types (removed "GSI" and "FTS", added "Hyperscale Vector Index", "Composite Vector Index", and "Search Vector Index")
- Added
alt_pathsmetadata for tutorials using Hyperscale and Composite Vector Index to support alternate URL routing
Reviewed changes
Copilot reviewed 29 out of 95 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| smolagents/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| smolagents/query_based/frontmatter.md | New file with Hyperscale/Composite Vector Index metadata and alt_paths |
| smolagents/gsi/frontmatter.md | Removed legacy GSI tutorial frontmatter |
| pydantic_ai/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| pydantic_ai/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index with alt_paths |
| openrouter-deepseek/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| openrouter-deepseek/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index with alt_paths |
| mistralai/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| mistralai/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index |
| lamaindex/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| lamaindex/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index with alt_paths |
| jinaai/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| jinaai/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index with alt_paths |
| huggingface/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| huggingface/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index with alt_paths |
| haystack/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| haystack/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index with alt_paths |
| crewai/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| crewai/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index with alt_paths |
| crewai-short-term-memory/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| crewai-short-term-memory/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index with alt_paths |
| cohere/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| cohere/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index with alt_paths |
| claudeai/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| claudeai/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index with alt_paths |
| azure/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| azure/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index with alt_paths |
| awsbedrock/search_based/frontmatter.md | Updated path and tags from FTS to Search Vector Index |
| awsbedrock/query_based/frontmatter.md | Updated from GSI to Hyperscale/Composite Vector Index with alt_paths |
Comments suppressed due to low confidence (1)
smolagents/search_based/frontmatter.md:1
- Duplicate 'FTS' tag was removed from line 20, but the closing '---' delimiter on line 23 was also removed. The frontmatter section should end with '---'.
---
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request updates the frontmatter metadata for several tutorial files to reflect new indexing methods in Couchbase and renames the files accordingly. The main changes involve replacing references to older indexing methods (GSI and FTS) with newer ones (Hyperscale, Composite Vector Index, and Search Vector Index) across AWS Bedrock, Azure OpenAI, and Claude AI tutorial directories.
Tutorial index method updates:
alt_pathsmetadata for tutorials using Hyperscale and Composite Vector Index to support alternate URL paths. [1] [2] [3]File renaming and organization: