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
test(qdrant): add test to verify Long metadata values are stored as String
Adds a test to ensure that Long values in document metadata are
safely converted to String before being stored in Qdrant.
The test inserts a document with a Long-type "ref_id", performs
a similarity search, and verifies that:
- the result is not empty,
- the retrieved "ref_id" is a String,
- the value matches the original Long when parsed.
Also ensures cleanup by deleting the inserted document from the store.
Copy file name to clipboardExpand all lines: vector-stores/spring-ai-qdrant-store/src/test/java/org/springframework/ai/vectorstore/qdrant/QdrantVectorStoreIT.java
0 commit comments