You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,10 @@ No faster way to get started than by diving in and playing around with a demo.
28
28
| Demo | Description |
29
29
| --- | --- |
30
30
|[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. |
31
-
|[ArxivChatGuru](https://github.com/redis-developer/ArxivChatGuru)| Streamlit demo of RAG over Arxiv documents with Redis & OpenAI |
|[ArXiv Search](https://github.com/redis-developer/redis-arxiv-search)| Full stack implementation of Redis with React FE |
34
33
|[Product Search](https://github.com/redis-developer/redis-product-search)| Vector search with Redis Stack and Redis Enterprise |
34
+
|[ArxivChatGuru](https://github.com/redis-developer/ArxivChatGuru)| Streamlit demo of RAG over Arxiv documents with Redis & OpenAI |
35
35
36
36
37
37
## Recipes
@@ -78,15 +78,20 @@ An estimated 31% of LLM queries are potentially redundant ([source](https://arxi
78
78
|[/semantic-cache/doc2cache_llama3_1.ipynb](python-recipes/semantic-cache/doc2cache_llama3_1.ipynb)| Build a semantic cache using the Doc2Cache framework and Llama3.1 |
79
79
|[/semantic-cache/semantic_caching_gemini.ipynb](python-recipes/semantic-cache/semantic_caching_gemini.ipynb)| Build a semantic cache with Redis and Google Gemini |
80
80
81
-
82
81
### Agents
83
82
84
83
| Recipe | Description |
85
84
| --- | --- |
86
85
[/agents/00_langgraph_redis_agentic_rag.ipynb](python-recipes/agents/00_langgraph_redis_agentic_rag.ipynb) | Notebook to get started with lang-graph and agents |
87
86
[/agents/01_crewai_langgraph_redis.ipynb](python-recipes/agents/01_crewai_langgraph_redis.ipynb) | Notebook to get started with lang-graph and agents |
88
87
89
-
### Recommendation systems
88
+
### Computer Vision
89
+
| Recipe | Description |
90
+
| ------ | ----------- |
91
+
| [/computer-vision/00_facial_recognition_facenet.ipynb](python-recipes/computer-vision/00_facial_recognition_facenet.ipynb) | Build a facial recognition system using the Facenet embedding model and RedisVL.
92
+
93
+
94
+
### Recommendation Systems
90
95
91
96
| Recipe | Description |
92
97
| --- | --- |
@@ -99,8 +104,8 @@ Need a *deeper-dive* through different use cases and topics?
99
104
100
105
| Tutorial | Description |
101
106
| -------- | ------------ |
102
-
|[RAG on VertexAI](https://github.com/redis-developer/gcp-redis-llm-stack/tree/main)| A RAG tutorial featuring Redis with Vertex AI |
103
107
|[Agentic RAG](https://github.com/redis-developer/agentic-rag)| A tutorial focused on agentic RAG with LlamaIndex and Cohere |
108
+
|[RAG on VertexAI](https://github.com/redis-developer/gcp-redis-llm-stack/tree/main)| A RAG tutorial featuring Redis with Vertex AI |
104
109
|[Recommendation Systems w/ NVIDIA Merlin & Redis]((https://github.com/redis-developer/redis-nvidia-recsys))| Three examples, each escalating in complexity, showcasing the process of building a realtime recsys with NVIDIA and Redis |
0 commit comments