Armory
Source
Browse
Skills

chroma

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install chroma --cli claude

writes the skill into.claude/skills/chroma/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/chroma/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.

When to use it

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/rag-chroma/SKILL.md -o .claude/skills/rag-chroma/SKILL.md

Notes

Extracted from davila7/claude-code-templates, rag-chroma category.