All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update chromadb to 1.0.16
- Add tool prompts for regex support
- Add new
chroma_fork_collectiontool support
- Update chromadb to 1.0.13
- Simplify configuration instantiation
- Clarify list_collection success with no collections
- Remove Optional parameters, replace with | None
- Update chromadb to v1.0.10
- Update chromadb to v1.0.3
- Fix include on query and get to match chromadb Python client
- The ability to select embedding functions when creating collections (default, cohere, openai, jina, voyageai, roboflow)
- Upgraded to v1.0.0 of Chroma
- Fix dotenv path support during argparse
- New
delete_documenttool for removing documents from collections - New
chroma_update_documentstool for updating existing documents - Docker deployment support with Dockerfile
- Smithery configuration for deployment
- Environment variable support in Smithery config
- Improved error handling across tools
- Removed sequential thinking in favor of more direct operations
- SSL parsing improvements and fixes
- Enhanced SSL handling and security configurations
- Version bump
- Initial release
- Support for ephemeral, persistent, HTTP, and cloud Chroma clients
- Collection management tools
- Document operations (add, query, get)
- Claude Desktop integration
- Environment variable support
- Dotenv file support
- SSL support for HTTP and cloud clients
- Authentication support for HTTP clients
- API key management for cloud deployments