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

attempt to fix pytest errors for qdrant index

parent e63a3d25
Branches
Tags
No related merge requests found
......@@ -233,8 +233,7 @@ class QdrantIndex(BaseIndex):
filter = models.Filter(
must=[
models.FieldCondition(
key=SR_ROUTE_PAYLOAD_KEY,
values=route_filter,
key=SR_ROUTE_PAYLOAD_KEY, match=models.Match(value=route_filter)
)
]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment