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/
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
2 changes: 2 additions & 0 deletions content/develop/setup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ linkTitle: Get started
description: Get Redis running and connect your first application, however you deploy it.
hideListLinks: true
weight: 5
aliases:
- /develop/getting-started/
---

In this guide, you'll learn how to create a Redis deployment in Redis Cloud, Redis Software, or Redis Open Source. Then, you'll learn how to create an application that connects to your deployment.
Expand Down
2 changes: 2 additions & 0 deletions content/develop/setup/build-with-an-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ categories:
- getting started
description: Connect AI agents to Redis documentation and give them Redis-specific skills.
weight: 60
aliases:
- /develop/getting-started/build-with-an-agent/
---

Redis publishes two agent-facing tools that work alongside the client libraries and MCP servers covered elsewhere in these docs:
Expand Down