Commit b9ba625
Fix Neo4jVectorStore max allowed dimension size to 4096
- The Neo4j "vector-2.0" index provider allows up to 4096 dimensions.
- Remove upper dimension boundry check1 parent 9026263 commit b9ba625
File tree
1 file changed
+1
-2
lines changed- vector-stores/spring-ai-neo4j-store/src/main/java/org/springframework/ai/vectorstore
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
| 152 | + | |
154 | 153 | | |
155 | 154 | | |
156 | 155 | | |
| |||
0 commit comments