Skip to content

Commit 14f808f

Browse files
committed
Added the Redis Movies Searcher demo and workshop
1 parent d15041b commit 14f808f

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ 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 |
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 |
5354

5455

5556
## Recipes
@@ -172,6 +173,17 @@ Need a *deeper-dive* through different use cases and topics?
172173
Building realtime recsys with NVIDIA Merlin & Redis
173174
</td>
174175
</tr>
176+
<tr>
177+
<td align="center" width="33%">
178+
<b><a href="https://github.com/redis-developer/redis-movies-searcher-workshop">🧑🏻‍💻 Redis Movies Searcher Workshop</a></b>
179+
<br>
180+
A hands-on workshop to create the Redis Movies Searcher application
181+
</td>
182+
<td align="center" width="33%">
183+
</td>
184+
<td align="center" width="33%">
185+
</td>
186+
</tr>
175187
</table>
176188

177189
<hr>

0 commit comments

Comments
 (0)