-
Notifications
You must be signed in to change notification settings - Fork 246
DOC-5391 move search & query to AI section and more #1769
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
Major restructuring of search and query documentation: ## New Content - Add LangCache documentation under develop/ai/ ## Directory Restructuring - Move search-and-query/ from develop/interact/ to develop/ai/ - Move vectors.md from advanced-concepts/ to top-level search-and-query/ - Move schema-definition.md and field-and-type-options.md from basic-constructs/ to indexing/ - Remove empty basic-constructs/ directory - Delete query-use-cases/ directory ## Content Updates - Update vectors.md: title/linkTitle to 'Vector search concepts', weight to 8 - Update advanced-concepts/: title/linkTitle to 'Search concepts' - Update query/: title to 'Querying data', linkTitle to 'Querying' - Update best-practices/: weight to 9 for proper navigation order ## Reference Updates - Update 399+ relref links across codebase to reflect new paths - Fix broken references to moved files - Add comprehensive aliases for backward compatibility: * All files moved from /interact/ to /ai/ paths * Files moved within AI directory structure * Maintains full backward compatibility ## Navigation Improvements - Logical flow: Search concepts → Vector search concepts → Best practices - Improved organization under AI section - Better discoverability of vector and search features Addresses DOC-5391
- Remove agent_network_builder.svg - Remove welcome_screen.svg These files were accidentally included in the previous commit.
Hi @mich-elle-luna. This all looks good. I have not done extensive link checking, but the PR builds correctly on my local system (no new link warnings). @andy-stark-redis should also give it once over. |
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.
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.
One minor suggestion, but basically seems fine and links work fine in the build. LGTM.
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
New Content Added
✅ Created LangCache documentation under content/develop/ai/langcache.md
Major Directory Restructuring
✅ Moved entire search-and-query directory from /develop/interact/ to /develop/ai/
✅ Moved vectors.md from advanced-concepts to top-level search-and-query
✅ Moved schema-definition.md and field-and-type-options.md to indexing directory
✅ Removed empty basic-constructs directory
✅ Deleted query-use-cases directory
Content Updates
✅ Updated vectors.md: title/linkTitle to "Vector search concepts", weight to 8
✅ Updated advanced-concepts: title/linkTitle to "Search concepts"
✅ Updated query section: title to "Querying data", linkTitle to "Querying"
✅ Updated best-practices weight to 9 for proper navigation order
Reference Management
✅ Updated 399+ relref links across the entire codebase
✅ Fixed all broken references to moved files
✅ Added comprehensive aliases for 43 files ensuring full backward compatibility
Navigation Improvements
✅ Logical flow: Search concepts → Vector search concepts → Best practices
✅ Better organization under AI section
✅ Improved discoverability of vector and search features