Chroma
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
Chroma is an open-source vector database designed for AI applications. It enables efficient storage and retrieval of embeddings for similarity search, making it ideal for RAG (Retrieval-Augmented Generation) applications.
Authentication Type
API Key
Setup Instructions
Step 1: Get Chroma Access
For Chroma Cloud:
- Go to Chroma Cloud
- Create an account and set up a database
For Self-Hosted:
- Deploy Chroma following the installation guide
Step 2: Create API Key (Cloud)
- Open the Cloud Dashboard
- Create a Database
- Go to Settings for your database
- Click Create API key and copy code
Step 3: Add to Nirvai
- In Nirvai, go to Credentials
- Select Chroma API
- Enter your:
- API Key
- Chroma URL (cloud or self-hosted)
- Tenant ID
- Database Name
- Save the credential
Common Use Cases
- Vector storage for AI embeddings
- Semantic search applications
- RAG (Retrieval-Augmented Generation)
- Document similarity matching
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.