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
|[notebooks/RAG/spring_ai_redis_rag.ipynb](./java-recipes/notebooks/RAG/spring_ai_redis_rag.ipynb)| Demonstrates building a RAG-ba sed beer recommendation chatbot using Spring AI and Redis as the vector store |
168
-
|[RAG/spring_ai_redis_rag.ipynb](./RAG/spring_ai_redis_rag.ipynb)| Demonstrates building a RAG-based beer recommendation chatbot using Spring AI and Redis as the vector store |
169
-
|[semantic-routing/1_semantic_classification.ipynb](./semantic-routing/1_semantic_classification.ipynb)| Demonstrates how to perform text classification with vector search (RedisVL) instead of LLMs |
170
-
|[semantic-routing/2_semantic_tool_calling.ipynb](./semantic-routing/2_semantic_tool_calling.ipynb)| Demonstrates how to perform tool selection with vector search (RedisVL) instead of LLMs |
171
-
|[semantic-routing/3_semantic_guardrails.ipynb](./semantic-routing/3_semantic_guardrails.ipynb)| Demonstrates how to implement guardrails with vector search (RedisVL) |
172
-
|[semantic-caching/1_pre_generated_semantic_caching.ipynb](./semantic-caching/1_pre_generated_semantic_caching.ipynb)| Demonstrates how to perform pre generated semantic caching with RedisVL |
173
-
|[semantic-caching/2_semantic_caching_with_langcache.ipynb](./semantic-caching/2_semantic_caching_with_langcache.ipynb)| Demonstrates how to perform pre generated semantic caching with LangCache |
|[notebooks/RAG/spring_ai_redis_rag.ipynb](./java-recipes/notebooks/RAG/spring_ai_redis_rag.ipynb)| Demonstrates building a RAG-ba sed beer recommendation chatbot using Spring AI and Redis as the vector store |
168
+
|[RAG/spring_ai_redis_rag.ipynb](./java-recipes/notebooks/RAG/spring_ai_redis_rag.ipynb)| Demonstrates building a RAG-based beer recommendation chatbot using Spring AI and Redis as the vector store |
169
+
|[semantic-routing/1_semantic_classification.ipynb](./java-recipes/notebooks/semantic-routing/1_semantic_classification.ipynb)| Demonstrates how to perform text classification with vector search (RedisVL) instead of LLMs |
170
+
|[semantic-routing/2_semantic_tool_calling.ipynb](./java-recipes/notebooks/semantic-routing/2_semantic_tool_calling.ipynb)| Demonstrates how to perform tool selection with vector search (RedisVL) instead of LLMs |
171
+
|[semantic-routing/3_semantic_guardrails.ipynb](./java-recipes/notebooks/semantic-routing/3_semantic_guardrails.ipynb)| Demonstrates how to implement guardrails with vector search (RedisVL) |
172
+
|[semantic-caching/1_pre_generated_semantic_caching.ipynb](./java-recipes/notebooks/semantic-caching/1_pre_generated_semantic_caching.ipynb)| Demonstrates how to perform pre generated semantic caching with RedisVL |
173
+
|[semantic-caching/2_semantic_caching_with_langcache.ipynb](./java-recipes/notebooks/semantic-caching/2_semantic_caching_with_langcache.ipynb)| Demonstrates how to perform pre generated semantic caching with LangCache |
Copy file name to clipboardExpand all lines: java-recipes/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,14 @@ There are two types of Java Recipes: Notebooks and Applications. Notebooks are i
26
26
27
27
Notebooks require a Jupyter Notebook environment to run. Check out the [Setup Instructions & Implementation Details](./notebooks/README.md) for more details on how to set up your environment.
|[RAG/spring_ai_redis_rag.ipynb](./RAG/spring_ai_redis_rag.ipynb)| Demonstrates building a RAG-based beer recommendation chatbot using Spring AI and Redis as the vector store |
32
-
|[semantic-routing/1_semantic_classification.ipynb](./semantic-routing/1_semantic_classification.ipynb)| Demonstrates how to perform text classification with vector search (RedisVL) instead of LLMs |
33
-
|[semantic-routing/2_semantic_tool_calling.ipynb](./semantic-routing/2_semantic_tool_calling.ipynb)| Demonstrates how to perform tool selection with vector search (RedisVL) instead of LLMs |
34
-
|[semantic-routing/3_semantic_guardrails.ipynb](./semantic-routing/3_semantic_guardrails.ipynb)| Demonstrates how to implement guardrails with vector search (RedisVL) |
35
-
|[semantic-caching/1_pre_generated_semantic_caching.ipynb](./semantic-caching/1_pre_generated_semantic_caching.ipynb)| Demonstrates how to perform pre generated semantic caching with RedisVL |
36
-
|[semantic-caching/2_semantic_caching_with_langcache.ipynb](./semantic-caching/2_semantic_caching_with_langcache.ipynb)| Demonstrates how to perform pre generated semantic caching with LangCache |
|[RAG/spring_ai_redis_rag.ipynb](./notebooks/RAG/spring_ai_redis_rag.ipynb)| Demonstrates building a RAG-based beer recommendation chatbot using Spring AI and Redis as the vector store |
32
+
|[semantic-routing/1_semantic_classification.ipynb](./notebooks/semantic-routing/1_semantic_classification.ipynb)| Demonstrates how to perform text classification with vector search (RedisVL) instead of LLMs |
33
+
|[semantic-routing/2_semantic_tool_calling.ipynb](./notebooks/semantic-routing/2_semantic_tool_calling.ipynb)| Demonstrates how to perform tool selection with vector search (RedisVL) instead of LLMs |
34
+
|[semantic-routing/3_semantic_guardrails.ipynb](./notebooks/semantic-routing/3_semantic_guardrails.ipynb)| Demonstrates how to implement guardrails with vector search (RedisVL) |
35
+
|[semantic-caching/1_pre_generated_semantic_caching.ipynb](./notebooks/semantic-caching/1_pre_generated_semantic_caching.ipynb)| Demonstrates how to perform pre generated semantic caching with RedisVL |
36
+
|[semantic-caching/2_semantic_caching_with_langcache.ipynb](./notebooks/semantic-caching/2_semantic_caching_with_langcache.ipynb)| Demonstrates how to perform pre generated semantic caching with LangCache |
0 commit comments