- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2k
 
Closed
Description
Bug description
NullPointerException when null value in metadata.
toObjectMapuse Collectors.toMap to create map, but it unsupport null value. Qdrant allow null value in metadata.
it may help this
Line 280 in 094eeab
| var metadata = QdrantObjectFactory.toObjectMap(point.getPayloadMap()); | 
Line 44 in 094eeab
| return payload.entrySet().stream().collect(Collectors.toMap(e -> e.getKey(), e -> object(e.getValue()))); | 
Environment
Spring AI 1.0.0