mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
fix filter example
This commit is contained in:
@@ -249,7 +249,7 @@ from qdrant_client.models import Filter
|
||||
"must": [{
|
||||
"key": "city", # Store city information in a field of the same name
|
||||
"match": { # This condition checks if payload field has the requested value
|
||||
"keyword": city_of_interest
|
||||
"value": "city_of_interest"
|
||||
}
|
||||
}]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user