Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/develop/ai/redisvl/user_guide/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ linkTitle: Getting started
title: Getting Started
aliases:
- /integrate/redisvl/user_guide/01_getting_started
- /integrate/redisvl/user_guide/getting_started/
weight: 2
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ linkTitle: Use advanced query types
title: Use Advanced Query Types
aliases:
- /integrate/redisvl/user_guide/how_to_guides/11_advanced_queries
- /develop/ai/redisvl/user_guide/advanced_queries/
weight: 11
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ linkTitle: Query and filter data
title: Query and Filter Data
aliases:
- /integrate/redisvl/user_guide/how_to_guides/02_complex_filtering
- /develop/ai/redisvl/user_guide/complex_filtering/
weight: 02
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ linkTitle: Cache embeddings
title: Cache Embeddings
aliases:
- /integrate/redisvl/user_guide/how_to_guides/10_embeddings_cache
- /integrate/redisvl/user_guide/embeddings_cache/
- /develop/ai/redisvl/user_guide/embeddings_cache/

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ephemeral RedisVL aliases

Medium Severity

These RedisVL aliases sit on sync-owned pages. redisvl_docs_sync with --latest deletes user_guide and rewrites frontmatter to a single compute_alias() entry, so the 20 new redirects disappear on the next daily run and alias_check will reopen the same PR. Matches the review note that RedisVL should be ignored by the alias tool.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 395db50. Configure here.

weight: 10
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ linkTitle: Choose a storage type
title: Choose a Storage Type
aliases:
- /integrate/redisvl/user_guide/how_to_guides/05_hash_vs_json
- /integrate/redisvl/user_guide/hash_vs_json/
- /develop/ai/redisvl/user_guide/hash_vs_json/
weight: 05
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ linkTitle: Use langcache as the llm cache backend
title: Use LangCache as the LLM Cache Backend
aliases:
- /integrate/redisvl/user_guide/how_to_guides/13_langcache_semantic_cache
- /develop/ai/redisvl/user_guide/langcache_semantic_cache/
weight: 13
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ linkTitle: Cache llm responses
title: Cache LLM Responses
aliases:
- /integrate/redisvl/user_guide/how_to_guides/03_llmcache
- /integrate/redisvl/user_guide/llmcache/
- /develop/ai/redisvl/user_guide/llmcache/
weight: 03
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ linkTitle: Manage llm message history
title: Manage LLM Message History
aliases:
- /integrate/redisvl/user_guide/how_to_guides/07_message_history
- /integrate/redisvl/user_guide/message_history/
- /develop/ai/redisvl/user_guide/message_history/
weight: 07
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ linkTitle: Rerank search results
title: Rerank Search Results
aliases:
- /integrate/redisvl/user_guide/how_to_guides/06_rerankers
- /integrate/redisvl/user_guide/rerankers/
- /develop/ai/redisvl/user_guide/rerankers/
weight: 06
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ linkTitle: Route queries with semanticrouter
title: Route Queries with SemanticRouter
aliases:
- /integrate/redisvl/user_guide/how_to_guides/08_semantic_router
- /integrate/redisvl/user_guide/semantic_router/
- /develop/ai/redisvl/user_guide/semantic_router/
weight: 08
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ linkTitle: Write sql queries for redis
title: Write SQL Queries for Redis
aliases:
- /integrate/redisvl/user_guide/how_to_guides/12_sql_to_redis_queries
- /develop/ai/redisvl/user_guide/sql_to_redis_queries/
weight: 12
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ linkTitle: Optimize indexes with svs-vamana
title: Optimize Indexes with SVS-VAMANA
aliases:
- /integrate/redisvl/user_guide/how_to_guides/09_svs_vamana
- /develop/ai/redisvl/user_guide/svs_vamana/
weight: 09
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ linkTitle: Create embeddings with vectorizers
title: Create Embeddings with Vectorizers
aliases:
- /integrate/redisvl/user_guide/how_to_guides/04_vectorizers
- /integrate/redisvl/user_guide/vectorizers/
- /develop/ai/redisvl/user_guide/vectorizers/
weight: 04
---

Expand Down