Skip to content

Commit d0ab058

Browse files
authored
fix: readme paths for java notebooks (#119)
1 parent 4460319 commit d0ab058

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@ A set of Java recipes can be found under [/java-recipes](/java-recipes/README.md
162162

163163
#### Notebooks
164164

165-
| Notebook | Description |
166-
|------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
167-
| [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 |
165+
| Notebook | Description |
166+
|-----------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
167+
| [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 |
174174

175175

176176
#### Applications

java-recipes/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ There are two types of Java Recipes: Notebooks and Applications. Notebooks are i
2626

2727
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.
2828

29-
| Notebook | Description |
30-
|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|
31-
| [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 |
29+
| Notebook | Description |
30+
|----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|
31+
| [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 |
3737

3838
## Applications
3939

0 commit comments

Comments
 (0)