Urgent help on support of filter in qdrant-find #86
Unanswered
UtkarshVaibhav
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using the MCP server integration for Qdrant and calling the qdrant-find tool from my MCP client. Here’s a simplified example of my client code:
async def main():
client = MCPClient()
When I run this, I get a validation error saying that query_filter is an unexpected keyword argument.
I also noticed that the MCP Qdrant server has a setting called QDRANT_ALLOW_ARBITRARY_FILTER, which I set to True, but the error still persists.
My questions are:
👉 Does the qdrant-find tool currently support filters (query_filter) at all?
👉 If yes, what is the correct way to pass filter objects in this context?
👉 And is QDRANT_ALLOW_ARBITRARY_FILTER=True the right way to enable it?
Thanks a lot for clarifying!
Beta Was this translation helpful? Give feedback.
All reactions