deepset-ai / haystack-core-integrations

Additional packages (components, document stores and the likes) to extend the capabilities of Haystack version 2.0 and onwards
https://haystack.deepset.ai
Apache License 2.0
107 stars 104 forks source link

Can not pass score_threshold and few other parameters to Qdrant via haystack #760

Closed p1yaapt closed 3 months ago

p1yaapt commented 4 months ago

Is your feature request related to a problem? Please describe. QdrantDocumentStore object doesn't allow me to apply parameters like score_threshold to Qdrant remote server

Describe the solution you'd like Ideally the run time parameters to be passed to Qdrant could be added as kwargs to document store

Describe alternatives you've considered As of now in my haystack, i have removed haystack document store and did direct integration with Qdrant. Alternative approach to filter the response after qdrant has unnecessary network performance issues.

Additional context I have raised this issue in Discord and I was advised to raise feature request in Github

isaac-chung commented 3 months ago

I could give this a shot and follow up with a PR, if no one has started one already.