haystack-core-integrations
haystack-core-integrations copied to clipboard
Qdrant: Retrieve an existing collection
All examples showing integration of Qdrant with haystack show how to create a new Qdrant index/collection and use that as a DocumentStore.
However, there does not seem to be a way to use an already-created Qdrant collection and use that within a Haystack project.
Please let me know if such a method exists.