Skip to content

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.

Copy link
Contributor

@andy-stark-redis andy-stark-redis left a 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>
@mich-elle-luna mich-elle-luna merged commit 95ba474 into main Jun 30, 2025
5 checks passed
@mich-elle-luna mich-elle-luna deleted the DOC-5391 branch June 30, 2025 17:00
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.

3 participants