Commit 02e237d
committed
Fix RedisVectorStoreIT
- Add missing org.apache.commons:commons-lang3 dependency in test scope which seems required for testcontainers 2.0
- Fix the RedisVectorStoreIT's test configuration include specifying `spring.data.redis.client-type=jedis`
Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>1 parent f3eb842 commit 02e237d
File tree
2 files changed
+9
-2
lines changed- vector-stores/spring-ai-redis-store
- src/test/java/org/springframework/ai/vectorstore/redis
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
106 | 112 | | |
107 | 113 | | |
108 | 114 | | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments