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.- NodeJS
- Python
2. Initialize Portkey with a Virtual Key
To use Qdrant with Portkey, get your API key from Qdrant App, then add it to Portkey to create your Qdrant virtual key. You will also need your Portkey API Key from Portkey’s Dashboard.- NodeJS SDK
- Python SDK
- OpenAI Python SDK
- OpenAI Node SDK
3. Use the Portkey SDK to interact with Qdrant
- Python
- NodeJS
- OpenAI NodeJS
- OpenAI Python
- cURL