Qdrant Adapters¶
memio.providers.qdrant.QdrantDocumentAdapter ¶
DocumentStore implementation backed by Qdrant.
Uses qdrant-client's fastembed integration for automatic embedding. Scores are returned directly from Qdrant's similarity search.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
client
|
An AsyncQdrantClient instance. |
required | |
collection_name
|
str
|
Name of the Qdrant collection to use. |
required |