Please add ChromaDB support to KiloCode #4909
CrazyAce25
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
KiloCode currently supports LanceDB and Milvus Lite as memory/vector‑store backends. However, many local‑AI developers rely on LocalAI’s LocalRecall, which uses ChromaDB as its storage engine. Because KiloCode does not yet support ChromaDB, it cannot interoperate with LocalRecall, which blocks a large class of local‑first workflows.
Why ChromaDB matters
ChromaDB has become the de‑facto standard for lightweight, local vector storage in the open‑source AI ecosystem. It is:
LocalAI, LM Studio integrations, and many local‑first RAG tools already use ChromaDB as their default memory engine.
Why this matters for KiloCode users
KiloCode + BMAD is an ideal workflow for building local AI apps. But without ChromaDB support, users cannot:
This creates a single point of friction in an otherwise seamless toolchain.
Why ChromaDB is a good fit for KiloCode
ChromaDB aligns perfectly with KiloCode’s philosophy:
Adding ChromaDB would immediately unlock interoperability with LocalAI and other local‑AI tools.
What’s needed -
A new memory backend option:
With basic operations:
This is fully aligned with KiloCode’s existing memory backend architecture.
Impact -
Adding ChromaDB would:
Conclusion -
ChromaDB support is a small addition with a huge payoff. It would immediately unlock full compatibility between KiloCode and LocalAI’s LocalRecall, enabling powerful local‑first AI applications without cloud dependencies.
Thank you for considering this — it would be a major quality‑of‑life improvement, imo.
Beta Was this translation helpful? Give feedback.
All reactions