Skip to content

Releases: chroma-core/chroma-mcp

v0.2.5

19 Jun 00:19
078dc67
Compare
Choose a tag to compare
[RELEASE] 0.2.5 (#39)

v0.2.4

22 May 01:12
Compare
Choose a tag to compare
release 0.2.4

v0.2.3

22 May 01:05
cf65f67
Compare
Choose a tag to compare

Update ChromaDB instance to v1.0.10, with upgraded fulltext search and metadata filtering

v0.2.2

08 Apr 17:09
20a2ae8
Compare
Choose a tag to compare

Changed

  • Update chromadb to v1.0.3
  • Fix include on query and get to match chromadb Python client

v0.2.1

04 Apr 06:06
d0bf51c
Compare
Choose a tag to compare

Added

  • The ability to select embedding functions when creating collections (default, cohere, openai, jina, voyageai, roboflow)

Changed

  • Upgraded to v1.0.0 of Chroma
  • Fix dotenv path support during argparse

v0.2.0

02 Apr 17:39
cde389a
Compare
Choose a tag to compare

Added

  • New chroma_delete_documents tool for removing documents from collections
  • New chroma_update_documents tool for updating existing documents
  • Docker deployment support with Dockerfile
  • Smithery configuration for deployment
  • Environment variable support in Smithery config

Changed

  • Improved error handling across tools
  • Removed sequential thinking in favor of more direct operations
  • SSL parsing improvements and fixes

Security

  • Enhanced SSL handling and security configurations