Skip to main content
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. The Prisma AIRS AI Gateway provides a proxy to Milvus - you can log your Milvus requests and manage auth for Qdrant clusters on the AI Gateway.

Using Milvus with the AI Gateway

The AI Gateway provides a consistent API to interact with models from various providers. To integrate Milvus with the AI Gateway:

1. Install the OpenAI SDK

Add the OpenAI SDK to your application to interact with Milvus through the AI Gateway.

2. Create a New Integration

To use Milvus with the AI Gateway, get your Milvus API key and create a new Milvus integration on the AI Gateway.

3. Use the OpenAI SDK to interact with Milvus

Last modified on September 15, 2026