Milvus
Prefer guided AI setup?
Instead of following these steps manually, you can use the AI Credential Assistant — describe what you want to connect and the AI will walk you through the setup step by step, tailored to your account.
Overview
Milvus is a high-performance, open-source vector database built for scalable similarity search. It supports billion-scale vector search and is widely used in AI and machine learning applications.
Authentication Type
Basic Auth (Username/Password)
Setup Instructions
Step 1: Deploy Milvus
- Follow the Milvus Installation Guide
- Options include Docker, Kubernetes, or Milvus Cloud
Step 2: Configure Authentication
- Enable authentication on your Milvus instance
- Default credentials are:
- Username:
root - Password:
Milvus
- Username:
- Create custom users as needed
Step 3: Add to Nirvai
- In Nirvai, go to Credentials
- Select Milvus API
- Enter your:
- Milvus URL (e.g.,
http://localhost:19530) - Username
- Password
- Milvus URL (e.g.,
- Save the credential
Common Use Cases
- Large-scale similarity search
- Image and video search
- Recommendation systems
- AI-powered document retrieval
API Documentation
Next Steps
Got your credential? Connect it to an agent
Use the AI Tool Creator to turn this credential into agent-callable tools. Describe what your agent should be able to do and the AI investigates the API, configures the endpoints, and gives you a reviewable toolkit before saving anything.