Skip to content

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
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mich-elle-luna
Copy link
Collaborator

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

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.
Copy link
Contributor

Staging links:
https://redis.io/docs/staging/DOC-5391/commands/ft.aggregate
https://redis.io/docs/staging/DOC-5391/commands/ft.aliasadd
https://redis.io/docs/staging/DOC-5391/commands/ft.aliasdel
https://redis.io/docs/staging/DOC-5391/commands/ft.aliasupdate
https://redis.io/docs/staging/DOC-5391/commands/ft.alter
https://redis.io/docs/staging/DOC-5391/commands/ft.config-get
https://redis.io/docs/staging/DOC-5391/commands/ft.config-help
https://redis.io/docs/staging/DOC-5391/commands/ft.config-set
https://redis.io/docs/staging/DOC-5391/commands/ft.create
https://redis.io/docs/staging/DOC-5391/commands/ft.cursor-del
https://redis.io/docs/staging/DOC-5391/commands/ft.cursor-read
https://redis.io/docs/staging/DOC-5391/commands/ft.dictadd
https://redis.io/docs/staging/DOC-5391/commands/ft.dictdel
https://redis.io/docs/staging/DOC-5391/commands/ft.dictdump
https://redis.io/docs/staging/DOC-5391/commands/ft.drop
https://redis.io/docs/staging/DOC-5391/commands/ft.explain
https://redis.io/docs/staging/DOC-5391/commands/ft.explaincli
https://redis.io/docs/staging/DOC-5391/commands/ft.info
https://redis.io/docs/staging/DOC-5391/commands/ft.profile
https://redis.io/docs/staging/DOC-5391/commands/ft.search
https://redis.io/docs/staging/DOC-5391/commands/ft.spellcheck
https://redis.io/docs/staging/DOC-5391/commands/ft.sugadd
https://redis.io/docs/staging/DOC-5391/commands/ft.sugdel
https://redis.io/docs/staging/DOC-5391/commands/ft.sugget
https://redis.io/docs/staging/DOC-5391/commands/ft.suglen
https://redis.io/docs/staging/DOC-5391/commands/ft.syndump
https://redis.io/docs/staging/DOC-5391/commands/ft.synupdate
https://redis.io/docs/staging/DOC-5391/commands/ft.tagvals
https://redis.io/docs/staging/DOC-5391/commands/json.arr
https://redis.io/docs/staging/DOC-5391/commands/json.arrappend

@dwdougherty
Copy link
Collaborator

dwdougherty commented Jun 27, 2025

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.

Copy link
Collaborator

@dwdougherty dwdougherty left a 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants