Skip to content

Commit 4e26853

Browse files
Update genai-apps.md
1 parent ee11cc8 commit 4e26853

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/develop/ai/genai-apps.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ linktitle: GenAI tutorials and demos
1010
weight: 20
1111
---
1212

13-
Redis enables high-performance, scalable, and reliable data management, making it a key component for GenAI apps, chatbots, and AI agents. By leveraging Redis for fast data retrieval, caching, and vector search capabilities, you can enhance AI-powered interactions, reduce latency, and improve user experience.
14-
15-
Redis excels in storing and indexing vector embeddings that semantically represent unstructured data. With vector search, Redis retrieves similar questions and relevant data, lowering LLM inference costs and latency. It fetches pertinent portions of chat history, enriching context for more accurate and relevant responses. These features make Redis an ideal choice for RAG systems and GenAI apps requiring fast data access.
13+
Redis supports storing and indexing vector embeddings—dense numeric representations of unstructured data like text, images, or audio. These embeddings capture semantic meaning, which makes it possible to perform similarity searches using approximate nearest neighbor (ANN) algorithms and K-Nearest Neighbor (KNN) searches. You can use Redis vector search to retrieve relevant content based on a query vector, such as similar questions or documents. This approach is useful for augmenting prompts in large language model (LLM) workflows. By retrieving only the most relevant data before calling the LLM, you can reduce inference costs and improve latency.
1614

1715
## Key Benefits of Redis in GenAI Apps
1816

0 commit comments

Comments
 (0)