Releases: CodeWithKyrian/chromadb-php
Releases · CodeWithKyrian/chromadb-php
v0.3.0
What's Changed
- Support Chroma v0.5.0
- New environment variables by @BlackyDrum in #7
- Add support for Ollama Embedding Function by @CodeWithKyrian in #8
Full Changelog: v0.2.1...0.3.0
v0.2.1
What's Changed
- Fix bug introduced in 0.2.0 while handling exceptions by @CodeWithKyrian in #5
- Throw better exceptions when connecting to non-existent chroma server by @CodeWithKyrian in b27ad8b
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- New - Add static api authentication with bearer token by @BlackyDrum in #3
- BugFix - Validate and cast ids array for collections as strings by @CodeWithKyrian in 8d8691f
New Contributors
- @BlackyDrum made their first contribution in #3
Full Changelog: v0.1.0...v0.2.0
v0.1.0
🚀 Initial Release
Release Highlights:
- Initial Integration with ChromaDB: Introduction of seamless integration with ChromaDB, enabling PHP developers to interact with high-dimensional vector databases effortlessly.
- Core Functionality: Provides essential features to create, manage, and query collections, allowing users to handle documents and execute queries effectively.
- Flexible Embedding Support: Offers support for multiple embedding functions, allowing diverse methods for computing and managing document embeddings.
- Error Handling and Performance: Initial implementation of error handling mechanisms and foundational optimizations for better performance.
- Comprehensive Documentation: Detailed documentation to guide users through setup, usage, and implementation of the ChromaDB PHP client.
These highlights showcase the foundational features and capabilities introduced in the inaugural release, laying the groundwork for a robust and efficient ChromaDB PHP client.
Get Started:
Refer to our documentation or README for guidance on getting started with this release.