Qdrant
Integrating Qdrant with Qyver
This guide explains how to configure and integrate Qdrant with Qyver.
Configuring an Existing Managed Qdrant Instance
To use Qdrant with Qyver, you can start a managed Qdrant instance (a free tier is available). Instructions for setting up a managed instance are included in the Starting a Managed Qdrant Instance section below.
Once the instance is running, ensure:
The server can access the Qdrant instance.
Authentication settings are correctly configured.
Configuration Modifications
To integrate Qdrant, add the QdrantVectorDatabase
class and include it in the executor:
Once configured, assign it to the executor:
Starting a Managed Qdrant Instance
To create a managed Qdrant instance, follow these steps:
Sign in to Qdrant Cloud.
Click Overview in the left menu.
Select Create Cluster (free-tier or production-ready).
Free-tier includes 0.5 vCPU, 1GB RAM, 4GB storage on one node.
Paid plans offer customization options like platform selection, region, and high availability (HA).
Once the cluster is created, generate an API key and store it securely (it cannot be retrieved later).
Use this API key in your QdrantVectorDatabase configuration.
Last updated