diff --git a/rag/rag-springai-openai-llm/pom.xml b/rag/rag-springai-openai-llm/pom.xml
index b3bcb97..6290f77 100644
--- a/rag/rag-springai-openai-llm/pom.xml
+++ b/rag/rag-springai-openai-llm/pom.xml
@@ -9,17 +9,17 @@
com.learning.ai
- rag-springai-openai-llm
+ rag-springai-ollama-llm
0.0.1-SNAPSHOT
- rag-springai-openai-llm
+ rag-springai-ollama-llm
Demo project for Spring AI
17
- 0.8.1
+ 1.0.0-SNAPSHOT
2.43.0
-
+
org.springframework.boot
@@ -35,19 +35,19 @@
org.springframework.ai
- spring-ai-openai-spring-boot-starter
+ spring-ai-ollama-spring-boot-starter
org.springframework.ai
- spring-ai-pgvector-store-spring-boot-starter
+ spring-ai-redis-store-spring-boot-starter
- org.springframework.ai
- spring-ai-tika-document-reader
+ org.apache.commons
+ commons-pool2
- org.springframework.retry
- spring-retry
+ org.springframework.ai
+ spring-ai-pdf-document-reader
org.springframework
@@ -64,14 +64,15 @@
micrometer-registry-prometheus
runtime
+
org.springframework.boot
spring-boot-starter-test
test
- org.springframework.boot
- spring-boot-testcontainers
+ org.springframework.ai
+ spring-ai-spring-boot-testcontainers
test
@@ -81,9 +82,14 @@
org.testcontainers
- postgresql
+ ollama
test
+
+ com.redis.testcontainers
+ testcontainers-redis
+ 1.6.4
+
io.rest-assured
rest-assured
@@ -122,9 +128,9 @@
2.47.0
-
-
-
+
+
+
@@ -184,13 +190,23 @@
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
false
-
+
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
+ false
+
+
+