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
> Check below if using Redis OM Spring version greater than `0.9.9-SNAPSHOT`
411
+
> Check below if using Redis OM Spring version greater than `0.9.9`
412
412
> ⚠️ Redis OM Spring versions greater than `v0.9.1` require the addition
413
413
of the [**Spring Milestone Repository**](https://repo.spring.io/milestone) to account
414
414
for the recent integration with the [**Spring AI**](https://docs.spring.io/spring-ai/reference/) project. When Spring AI `v1.0.0` is
@@ -430,7 +430,7 @@ repositories {
430
430
}
431
431
```
432
432
433
-
> ⚠️ Redis OM Spring versions greater than `v0.9.9-SNAPSHOT` made OPTIONAL the addition
433
+
> ⚠️ Redis OM Spring versions greater than `v0.9.9` made OPTIONAL the addition
434
434
of the [**Spring Milestone Repository**](https://repo.spring.io/milestone) to account
435
435
for the recent integration with the [**Spring AI**](https://docs.spring.io/spring-ai/reference/) project. When Spring AI `v1.0.0` is
436
436
released we will drop this requirement. If you want to opt-in for Vector Similarity Search features, you need to manually add the dependencies below. Check the VSS demo for
@@ -535,7 +535,7 @@ inherited from the parent poms):
0 commit comments