Using Qdrant with the AI Gateway
The AI Gateway provides a consistent API to interact with models from various providers. To integrate Qdrant with the AI Gateway:1. Install the OpenAI SDK
Add the OpenAI SDK to your application to interact with Qdrant through the AI Gateway.- NodeJS
- Python
2. Create a New Integration
To use Qdrant with the AI Gateway, get your API key from Qdrant App, then add it to the AI Gateway to create Qdrant integration. You will also need your AI Gateway API Key from the AI Gateway’s Dashboard.- OpenAI Python SDK
- OpenAI Node SDK
3. Use the OpenAI SDK to interact with Qdrant
- cURL
- OpenAI NodeJS
- OpenAI Python

