Milvus is an open-source vector database built for GenAI applications.
It is built to be performant and scale to tens of billions of vectors with minimal performance loss.
Portkey provides a proxy to Milvus - you can log your Milvus requests and manage auth for Qdrant clusters on Portkey.
Portkey SDK Integration with Milvus
Portkey provides a consistent API to interact with models from various providers. To integrate Milvus with Portkey:
1. Install the Portkey SDK
Add the Portkey SDK to your application to interact with Milvus through Portkey’s gateway.
2. Create a New Integration
To use Milvus with Portkey, get your Milvus API key and create a new Milvus integration on Portkey.
NodeJS SDK
Python SDK
OpenAI Python SDK
OpenAI Node SDK
3. Use the Portkey SDK to interact with Milvus
Python
NodeJS
OpenAI NodeJS
OpenAI Python
cURL
Last modified on April 8, 2026