Skip to main content
Qdrant is an open-source vector similarity search engine built for production-ready vector search applications. It provides a convenient API to store, search, and manage vectors with additional payload data. Portkey provides a proxy to Qdrant - you can log your Qdrant requests and manage auth for Qdrant clusters on Portkey.

Portkey SDK Integration with Qdrant

Portkey provides a consistent API to interact with models from various providers. To integrate Qdrant with Portkey:

1. Install the Portkey SDK

Add the Portkey SDK to your application to interact with Qdrant through Portkey’s gateway.

2. Create a New Integration

To use Qdrant with Portkey, get your API key from Qdrant App, then add it to Portkey to create Qdrant integration. You will also need your Portkey API Key from Portkey’s Dashboard.

3. Use the Portkey SDK to interact with Qdrant

Last modified on April 8, 2026