Skip to content
Snippets Groups Projects
Commit c38ab540 authored by zahid-syed's avatar zahid-syed
Browse files

attempt to fix pytest type errors for qdrant index

parent cb6e3368
No related branches found
No related tags found
No related merge requests found
...@@ -234,9 +234,7 @@ class QdrantIndex(BaseIndex): ...@@ -234,9 +234,7 @@ class QdrantIndex(BaseIndex):
must=[ must=[
models.FieldCondition( models.FieldCondition(
key=SR_ROUTE_PAYLOAD_KEY, key=SR_ROUTE_PAYLOAD_KEY,
match=models.MatchKeyword( match=models.MatchValue(value=route_filter),
keyword=route_filter,
),
) )
] ]
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment