Qdrant
Prefer guided AI setup?
Instead of following these steps manually, you can use the AI Credential Assistant — describe what you want to connect and the AI will walk you through the setup step by step, tailored to your account.
Overview
Connect your Qdrant account to Nirvai to store and search vector embeddings. Qdrant is a high-performance vector database designed for AI applications, offering efficient similarity search capabilities.
Supported Authentication Methods
- API Key + Host URL - Required
Prerequisites
- A Qdrant Cloud account or self-hosted Qdrant instance
- At least one cluster created
Setup Instructions
Option 1: Qdrant Cloud
Step 1: Create a Qdrant Cloud Account
- Go to Qdrant Cloud
- Sign up for a free account (free tier available)
Step 2: Create a Cluster
- In the dashboard, click Create Cluster
- Choose your configuration (free tier available)
- Wait for the cluster to be ready
Step 3: Get Your API Key
- Go to the Cloud Dashboard
- Select Access Management or go to API Keys in your cluster details
- Click Create
- Select the cluster you want the key to access
- Click OK
- Copy the API key
Step 4: Get Your Cluster URL
- In your cluster details, find the cluster URL
- It looks like:
https://your-cluster-id.cloud.qdrant.io
Option 2: Self-Hosted
- Deploy Qdrant on your server
- Configure API key authentication
- Use your server URL as the host
Step 5: Add to Nirvai
- In Nirvai, create a new Qdrant credential
- Enter your API key
- Enter your Qdrant URL in the Host URL field
- Save the credential
Features
Qdrant provides:
- Vector similarity search: Find similar items efficiently
- Filtering: Combine vector search with metadata filters
- Scalar quantization: Reduce memory usage
- Distributed deployment: Scale across nodes
Troubleshooting
Cannot Connect to Cluster
- Verify the cluster URL is correct
- Check if the cluster is running
- Ensure your IP is allowed (if IP restrictions are enabled)
API Key Not Working
- Verify the key has access to the correct cluster
- Check if the key has been revoked
- Ensure you're using the correct key format
Search Not Returning Results
- Verify vectors are indexed in your collection
- Check your query vector dimensions match
Related Resources
Documentation adapted for Nirvai platform
Next Steps
Got your credential? Connect it to an agent
Use the AI Tool Creator to turn this credential into agent-callable tools. Describe what your agent should be able to do and the AI investigates the API, configures the endpoints, and gives you a reviewable toolkit before saving anything.