langchain4j/langchain4j-qdrant
Anush 2a5189a78a
feat: Metadata filtering Qdrant (#1646)
## Description
- Filtering support for Qdrant with tests for the converter.
- Updated metadata storage handling to support complex metadata types.
No longer limited to `Map<String, String>`.

Closes #1600 

## NOTE
In Qdrant,
- Eq, NEq, In, NIn don't allow float and double values. Only integers
and strings.
- LT, GT, LTE, GTE allow only numbers, not alphabets.
- For In and NIn conditions, if the key doesn't exist in the metadata,
it is not matched.
2024-09-12 11:18:28 +02:00
..
src feat: Metadata filtering Qdrant (#1646) 2024-09-12 11:18:28 +02:00
pom.xml feat: Metadata filtering Qdrant (#1646) 2024-09-12 11:18:28 +02:00