Skip to content
Snippets Groups Projects
Commit d6397194 authored by Ismail Ashraq's avatar Ismail Ashraq
Browse files

qdrant filter fix

parent c38ab540
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ class QdrantIndex(BaseIndex):
must=[
models.FieldCondition(
key=SR_ROUTE_PAYLOAD_KEY,
match=models.MatchValue(value=route_filter),
match=models.MatchAny(any=route_filter),
)
]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment