Skip to content

Commit 7eeef21

Browse files
committed
Added the RDI demo to the repo
1 parent 8f283d2 commit 7eeef21

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ New to Redis for AI applications? Here's how to get started:
4343
## Demos
4444
No faster way to get started than by diving in and playing around with a demo.
4545

46-
| Demo | Description |
47-
|-------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
48-
| [Redis RAG Workbench](https://github.com/redis-developer/redis-rag-workbench) | Interactive demo to build a RAG-based chatbot over a user-uploaded PDF. Toggle different settings and configurations to improve chatbot performance and quality. Utilizes RedisVL, LangChain, RAGAs, and more. |
49-
| [Redis VSS - Simple Streamlit Demo](https://github.com/antonum/Redis-VSS-Streamlit) | Streamlit demo of Redis Vector Search |
50-
| [ArXiv Search](https://github.com/redis-developer/redis-arxiv-search) | Full stack implementation of Redis with React FE |
51-
| [Product Search](https://github.com/redis-developer/redis-product-search) | Vector search with Redis Stack and Redis Enterprise |
52-
| [ArxivChatGuru](https://github.com/redis-developer/ArxivChatGuru) | Streamlit demo of RAG over Arxiv documents with Redis & OpenAI |
53-
| [Redis Movies Searcher](https://github.com/redis-developer/redis-movies-searcher) | Demo of hybrid search using Java, Spring Boot, and Redis OM |
54-
| [My Jarvis Alexa Skill](https://github.com/redis-developer/my-jarvis-alexa-skill) | Complete example of an Alexa skill that can recall previously stored conversations and memories to provide contextual responses to users. Utilizes Redis Agent Memory Server, LangChain4J, Terraform, and AWS. It showcases how to implement context engineering to dynamically leverage RAG, tools, short-term and long-term memories. |
46+
| Demo | Description |
47+
|------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
48+
| [Redis RAG Workbench](https://github.com/redis-developer/redis-rag-workbench) | Interactive demo to build a RAG-based chatbot over a user-uploaded PDF. Toggle different settings and configurations to improve chatbot performance and quality. Utilizes RedisVL, LangChain, RAGAs, and more. |
49+
| [Redis VSS - Simple Streamlit Demo](https://github.com/antonum/Redis-VSS-Streamlit) | Streamlit demo of Redis Vector Search |
50+
| [ArXiv Search](https://github.com/redis-developer/redis-arxiv-search) | Full stack implementation of Redis with React FE |
51+
| [Product Search](https://github.com/redis-developer/redis-product-search) | Vector search with Redis Stack and Redis Enterprise |
52+
| [ArxivChatGuru](https://github.com/redis-developer/ArxivChatGuru) | Streamlit demo of RAG over Arxiv documents with Redis & OpenAI |
53+
| [Redis Movies Searcher](https://github.com/redis-developer/redis-movies-searcher) | Demo of hybrid search using Java, Spring Boot, and Redis OM |
54+
| [Memory-Aware Alexa Assistant](https://github.com/redis-developer/my-jarvis-alexa-skill) | Complete example of an Alexa skill that can recall previously stored conversations and memories to provide contextual responses to users. Utilizes Redis Agent Memory Server, LangChain4J, Terraform, and AWS. It showcases how to implement context engineering to dynamically leverage RAG, tools, short-term and long-term memories. |
55+
| [From Postgres to Redis Cloud with RDI](https://github.com/redis-developer/speedup-slowapp-with-redis-di) | This demo shows how to deploy RDI on Kubernetes running locally so it can be used to build a moving/transformation data pipeline to enable data on Redis Cloud. The source database lives on-premises, and the data is movied and transformed to Redis Cloud. |
5556

5657

5758
## Recipes

0 commit comments

Comments
 (0)