@sisu-ai/tool-vec-chroma
v7.0.1
Published
ChromaDB adapter tools for Sisu vectors.
Maintainers
Readme
@sisu-ai/tool-vec-chroma
ChromaDB adapter tools for Sisu vectors.
Tools
vector.upsert(records)— add/update embeddingsvector.query({ embedding, topK, filter? })— nearest neighborsvector.delete({ ids })— remove entries
Environment:
CHROMA_URL(default:http://localhost:8000)- Optional:
state.vectorNamespaceto override collection name (default:sisu)
Register tools via @sisu-ai/mw-register-tools:
import { registerTools } from '@sisu-ai/mw-register-tools';
import { vectorTools } from '@sisu-ai/tool-vec-chroma';
agent.use(registerTools(vectorTools));Community & Support
Discover what you can do through examples or documentation. Check it out at https://github.com/finger-gun/sisu. Example projects live under examples/ in the repo.
