Qdrant Handshake
Export Chonkie’s Chunks into a Qdrant collection.
The QdrantHandshake
class provides seamless integration between Chonkie’s chunking system and Qdrant, a high-performance vector database.
Embed and store your Chonkie chunks in Qdrant without ever leaving the Chonkie SDK.
Installation
Before using the Qdrant handshake, make sure to install the required dependencies:
Basic Usage
Initialization
Writing Chunks to Qdrant
Parameters
Qdrant client instance. If not provided, a new client will be created based on other parameters.
Name of the collection to use. If “random”, a unique name will be generated.
Embedding model to use. Can be a model name or a BaseEmbeddings instance.
URL of the Qdrant server. If provided, will connect to this server.
If provided, creates a persistent Qdrant client at the specified path.
API key for Qdrant Cloud authentication.