add skill
build / build (push) Successful in 9s
pytest / pytest (push) Successful in 24s

This commit is contained in:
2026-04-24 22:49:36 +02:00
parent 508d036815
commit 615ab14a1a
2 changed files with 44 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<img src="logo.png" width=300 />
</div>
Chromy is small and simple to use command-line utility for working with a local Chroma database. It lets you create collections, ingest files as chunked embeddings, and run similarity queries against stored documents. It integrates perfectly with agentic coding tools via simple skills.
Chromy is small and simple to use command-line utility for working with a local Chroma database. It lets you create collections, ingest files as chunked embeddings, and run similarity queries against stored documents. It integrates perfectly with agentic coding tools via simple skills (see an [example](./skills/chromy/SKILL.md) in the `skills` directory).
## What it does