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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,12 +54,7 @@ No faster way to get started than by diving in and playing around with a demo.
54
54
55
55
## Recipes
56
56
57
-
Need quickstarts to begin your Redis AI journey? **Start here.**
58
-
59
-
### ☕️ Java AI Recipes
60
-
61
-
A set of Java recipes can be found under [/java-recipes](/java-recipes/README.md).
62
-
57
+
Need quickstarts to begin your Redis AI journey?
63
58
64
59
### Getting started with Redis & Vector Search
65
60
@@ -89,7 +84,7 @@ To get started with RAG, either from scratch or using a popular framework like L
89
84
| 🔒 **Role-Based RAG** - Implement a simple RBAC policy with vector search using Redis |[](python-recipes/RAG/07_user_role_based_rag.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/RAG/07_user_role_based_rag.ipynb)|
90
85
91
86
### LLM Memory
92
-
LLMs are stateless. To maintain context within a conversation chat sessions must be stored and resent to the LLM. Redis manages the storage and retrieval of message histories to maintain context and conversational relevance.
87
+
LLMs are stateless. To maintain context within a conversation chat sessions must be stored and re-sent to the LLM. Redis manages the storage and retrieval of message histories to maintain context and conversational relevance.
93
88
94
89
| Recipe | GitHub | Google Colab |
95
90
| --- | --- | --- |
@@ -128,6 +123,7 @@ AI gateways manage LLM traffic through a centralized, managed layer that can imp
128
123
| --- | --- | --- |
129
124
| 🕸️ **LangGraph Agents** - Notebook to get started with lang-graph and agents |[](python-recipes/agents/00_langgraph_redis_agentic_rag.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/agents/00_langgraph_redis_agentic_rag.ipynb)|
130
125
| 👥 **CrewAI Agents** - Notebook to get started with CrewAI and lang-graph |[](python-recipes/agents/01_crewai_langgraph_redis.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/agents/01_crewai_langgraph_redis.ipynb)|
126
+
| 🧠 **Memory Agent** - Building an agent with short term and long term memory using Redis |[](python-recipes/agents/03_memory_agent.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/agents/03_memory_agent.ipynb)|
131
127
| 🛠️ **Full-Featured Agent** - Notebook builds full tool calling agent with semantic cache and router |[](python-recipes/agents/02_full_featured_agent.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/agents/02_full_featured_agent.ipynb)|
132
128
133
129
### Computer Vision
@@ -150,6 +146,10 @@ AI gateways manage LLM traffic through a centralized, managed layer that can imp
150
146
| 💳 **Credit Scoring** - Credit scoring system using Feast with Redis as the online store |[](python-recipes/feature-store/00_feast_credit_score.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/feature-store/00_feast_credit_score.ipynb)|
151
147
| 🔍 **Transaction Search** - Real-time transaction feature search with Redis |[](python-recipes/feature-store/01_transaction_search.ipynb)|[](https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/feature-store/01_transaction_search.ipynb)|
152
148
149
+
### ☕️ Java AI Recipes
150
+
151
+
A set of Java recipes can be found under [/java-recipes](/java-recipes/README.md).
152
+
153
153
154
154
## Tutorials
155
155
Need a *deeper-dive* through different use cases and topics?
0 commit comments