Commit a7116e9
committed
Fix NPE when metadata is null in MilvusVectorStore
Adds a null check before injecting the distance property into metadata to prevent a NullPointerException if metadata is missing from the row record.
Signed-off-by: little_huang <[email protected]>1 parent c8434a7 commit a7116e9
File tree
1 file changed
+4
-2
lines changed- vector-stores/spring-ai-milvus-store/src/main/java/org/springframework/ai/vectorstore/milvus
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
383 | | - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
384 | 386 | | |
385 | 387 | | |
386 | 388 | | |
| |||
0 commit comments