-
Notifications
You must be signed in to change notification settings - Fork 221
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
Open
mich-elle-luna
wants to merge
2
commits into
main
Choose a base branch
from
DOC-5391
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
dwdougherty
approved these changes
Jun 27, 2025
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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