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 |
|[applications/agent-memory](./java-recipes/applications/agent-memory/spring_boot_agent_memory.md)| Demonstrates how to implement short-term and long-term memory for AI agents using Redis vector capabilities |
167
+
|[applications/vector-similarity-search/redis-om-spring](./java-recipes/applications/vector-similarity-search/redis-om-spring/spring_boot_redis_om_spring.md)| Demonstrates building a vector similarity search application using Spring Boot and Redis OM Spring |
168
+
|[applications/vector-similarity-search/spring-ai](./java-recipes/applications/vector-similarity-search/spring-ai/spring_boot_spring_ai.md)| Demonstrates building a vector similarity search application using Spring Boot and Spring AI |
169
+
156
170
157
171
## Tutorials
158
172
Need a *deeper-dive* through different use cases and topics?
|[applications/vector-similarity-search/redis-om-spring](./applications/vector-similarity-search/redis-om-spring/spring_boot_redis_om_spring.md)| Demonstrates building a vector similarity search application using Spring Boot and Redis OM Spring |
38
-
|[applications/vector-similarity-search/spring-ai](./applications/vector-similarity-search/spring-ai/spring_boot_spring_ai.md)| Demonstrates building a vector similarity search application using Spring Boot and Spring AI |
39
-
40
-
41
-
## Example Notebooks & Applications
42
-
43
-
### Beer Recommendation Chatbot
44
-
45
-
The `spring-ai-rag.ipynb` notebook demonstrates:
46
-
47
-
- Loading and embedding beer data into Redis Vector Store
48
-
- Using local transformer models for generating embeddings
49
-
- Connecting to OpenAI for LLM capabilities
50
-
- Building a RAG pipeline to answer beer-related queries
51
-
- Semantic search over beer properties and descriptions
52
-
53
-
### Vector Similarity Search with Redis OM Spring and Spring Boot
54
-
55
-
The `spring_boot_redis_om_spring` directory contains a Spring Boot application that demonstrates how to use Redis OM Spring for vector similarity search. The application allows you to:
56
-
- Add movies to the Redis database
57
-
- Search for movies based on semantic similarity on the synopsis of the movie
58
-
- Perform hybrid search by adding filters to genre, cast, and year
|[applications/agent-memory](./applications/agent-memory/spring_boot_agent_memory.md)| Demonstrates how to implement short-term and long-term memory for AI agents using Redis vector capabilities |
38
+
|[applications/vector-similarity-search/redis-om-spring](./applications/vector-similarity-search/redis-om-spring/spring_boot_redis_om_spring.md)| Demonstrates building a vector similarity search application using Spring Boot and Redis OM Spring |
39
+
|[applications/vector-similarity-search/spring-ai](./applications/vector-similarity-search/spring-ai/spring_boot_spring_ai.md)| Demonstrates building a vector similarity search application using Spring Boot and Spring AI |
0 commit comments