chroma

Store and query embeddings locally with Chroma for similarity search.

31|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/markwang2658/hermes-windows-native --skill chroma-markwang2658
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: chroma
Source: https://github.com/markwang2658/hermes-windows-native/tree/main/hermes-agent/optional-skills/mlops/chroma
Command: npx skills add https://github.com/markwang2658/hermes-windows-native --skill chroma-markwang2658

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Chroma provides a lightweight, open-source vector database to store embeddings and metadata, enabling fast similarity search and scalable memory for AI applications.

Core Features & Use Cases

  • Self-hosted vector store for local development and production.
  • Store embeddings with metadata for filtering and retrieval.
  • Supports RAG, semantic search, and document retrieval across notebooks and applications.

Quick Start

Index your documents in a local Chroma store and run a basic similarity search.

Frequently Asked Questions about chroma

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a self-hosted vector database for AI memory?▼

To set up a self-hosted vector database for AI memory, you can use Chroma to store and query embeddings locally, providing a fast similarity search layer for your AI applications.

Can I filter embeddings by metadata during semantic search?▼

Yes, you can filter embeddings by metadata during semantic search. The self-hosted vector database stores embeddings with metadata, enabling filtering and retrieval for RAG workflows.

How does a local vector store support RAG and document retrieval?▼

A local vector store supports RAG and document retrieval by indexing your documents and running similarity searches against stored embeddings, acting as a scalable memory layer across notebooks and production.

What is the best way to run lightweight similarity search across platforms?▼

The best way to run lightweight similarity search across platforms is using an open-source self-hosted vector database like Chroma, which satisfies cross-platform vector store needs with a simple API.

Does this self-hosted vector database work for both local development and production?▼

Yes, this self-hosted vector database works for both local development and production environments. Chroma provides a lightweight memory layer applicable from notebook prototyping to scalable AI applications.