Commit 8a1dcfc
1 parent 6b12ff5 commit 8a1dcfc
File tree
38 files changed
+661
-3
lines changed- auto-configurations/vector-stores
- spring-ai-autoconfigure-vector-store-azure-cosmos-db/src
- main/java/org/springframework/ai/vectorstore/cosmosdb/autoconfigure
- test/java/org/springframework/ai/vectorstore/cosmosdb/autoconfigure
- spring-ai-autoconfigure-vector-store-azure/src
- main/java/org/springframework/ai/vectorstore/azure/autoconfigure
- test/java/org/springframework/ai/vectorstore/azure/autoconfigure
- spring-ai-autoconfigure-vector-store-cassandra/src
- main/java/org/springframework/ai/vectorstore/cassandra/autoconfigure
- test/java/org/springframework/ai/vectorstore/cassandra/autoconfigure
- spring-ai-autoconfigure-vector-store-chroma/src
- main/java/org/springframework/ai/vectorstore/chroma/autoconfigure
- test/java/org/springframework/ai/vectorstore/chroma/autoconfigure
- spring-ai-autoconfigure-vector-store-elasticsearch/src
- main/java/org/springframework/ai/vectorstore/elasticsearch/autoconfigure
- test/java/org/springframework/ai/vectorstore/elasticsearch/autoconfigure
- spring-ai-autoconfigure-vector-store-gemfire/src
- main/java/org/springframework/ai/vectorstore/gemfire/autoconfigure
- test/java/org/springframework/ai/vectorstore/gemfire/autoconfigure
- spring-ai-autoconfigure-vector-store-hanadb/src/main/java/org/springframework/ai/vectorstore/hanadb/autoconfigure
- spring-ai-autoconfigure-vector-store-mariadb/src
- main/java/org/springframework/ai/vectorstore/mariadb/autoconfigure
- test/java/org/springframework/ai/vectorstore/mariadb/autoconfigure
- spring-ai-autoconfigure-vector-store-milvus/src
- main/java/org/springframework/ai/vectorstore/milvus/autoconfigure
- test/java/org/springframework/ai/vectorstore/milvus/autoconfigure
- spring-ai-autoconfigure-vector-store-mongodb-atlas/src
- main/java/org/springframework/ai/vectorstore/mongodb/autoconfigure
- test/java/org/springframework/ai/vectorstore/mongodb/autoconfigure
- spring-ai-autoconfigure-vector-store-neo4j/src
- main/java/org/springframework/ai/vectorstore/neo4j/autoconfigure
- test/java/org/springframework/ai/vectorstore/neo4j/autoconfigure
- spring-ai-autoconfigure-vector-store-opensearch/src
- main/java/org/springframework/ai/vectorstore/opensearch/autoconfigure
- test/java/org/springframework/ai/vectorstore/opensearch/autoconfigure
- spring-ai-autoconfigure-vector-store-oracle/src
- main/java/org/springframework/ai/vectorstore/oracle/autoconfigure
- test/java/org/springframework/ai/vectorstore/oracle/autoconfigure
- spring-ai-autoconfigure-vector-store-pgvector/src
- main/java/org/springframework/ai/vectorstore/pgvector/autoconfigure
- test/java/org/springframework/ai/vectorstore/pgvector/autoconfigure
- spring-ai-autoconfigure-vector-store-pinecone/src
- main/java/org/springframework/ai/vectorstore/pinecone/autoconfigure
- test/java/org/springframework/ai/vectorstore/pinecone/autoconfigure
- spring-ai-autoconfigure-vector-store-qdrant/src
- main/java/org/springframework/ai/vectorstore/qdrant/autoconfigure
- test/java/org/springframework/ai/vectorstore/qdrant/autoconfigure
- spring-ai-autoconfigure-vector-store-redis/src
- main/java/org/springframework/ai/vectorstore/redis/autoconfigure
- test/java/org/springframework/ai/vectorstore/redis/autoconfigure
- spring-ai-autoconfigure-vector-store-typesense/src
- main/java/org/springframework/ai/vectorstore/typesense/autoconfigure
- test/java/org/springframework/ai/vectorstore/typesense/autoconfigure
- spring-ai-autoconfigure-vector-store-weaviate/src
- main/java/org/springframework/ai/vectorstore/weaviate/autoconfigure
- test/java/org/springframework/ai/vectorstore/weaviate/autoconfigure
- spring-ai-core/src/main/java/org/springframework/ai/vectorstore
38 files changed
+661
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
| |||
43 | 45 |
| |
44 | 46 |
| |
45 | 47 |
| |
| 48 | + | |
| 49 | + | |
46 | 50 |
| |
47 | 51 |
| |
48 | 52 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| |||
169 | 170 |
| |
170 | 171 |
| |
171 | 172 |
| |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
172 | 200 |
| |
173 | 201 |
| |
174 | 202 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
50 |
| - | |
| 51 | + | |
| 52 | + | |
51 | 53 |
| |
52 | 54 |
| |
53 | 55 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
149 | 176 |
| |
150 | 177 |
| |
151 | 178 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| |||
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| 37 | + | |
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
| |||
47 | 49 |
| |
48 | 50 |
| |
49 | 51 |
| |
| 52 | + | |
| 53 | + | |
50 | 54 |
| |
51 | 55 |
| |
52 | 56 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| 38 | + | |
37 | 39 |
| |
38 | 40 |
| |
39 | 41 |
| |
| |||
111 | 113 |
| |
112 | 114 |
| |
113 | 115 |
| |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
114 | 152 |
| |
115 | 153 |
| |
116 | 154 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
| |||
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
| 50 | + | |
| 51 | + | |
48 | 52 |
| |
49 | 53 |
| |
50 | 54 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
145 | 146 |
| |
146 | 147 |
| |
147 | 148 |
| |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
148 | 181 |
| |
149 | 182 |
| |
150 | 183 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
| |||
47 | 49 |
| |
48 | 50 |
| |
49 | 51 |
| |
| 52 | + | |
| 53 | + | |
50 | 54 |
| |
51 | 55 |
| |
52 | 56 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
| |||
149 | 150 |
| |
150 | 151 |
| |
151 | 152 |
| |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
152 | 180 |
| |
153 | 181 |
| |
154 | 182 |
| |
|
0 commit comments