- Bump pytest-html version #213
- Improve dataloader error handling #182
- Slightly improve error handling for external errors #222
- Cohere Embedding model support #203 Thanks @jamescalam!
- Add Anyscale Embedding model support #198
- change max prompt tokens for Anyacle config #222
Full Changelog: https://github.com/pinecone-io/canopy/compare/V0.3.0...v0.5.0
- Fix some typos, add dev container, faux streaming #200 (Thanks @eburnette!)
- CLI requires OpenAI API key, even if OpenAI is not being used by#208
- CLI: read config file from env location#190 (Thanks @MichaelAnckaert!)
- Add document field explanations and python version badges #187
- Update README.md #192 (Thanks @tomer-w!)
- Tweaks to CLI help texts #193 (Thanks @jseldess!)
- Update README.md and change href #202
- Add Anyscale Endpoint support and Llama Tokenizer #173 (Thanks @kylehh!)
- Add last message query generator #210
Full Changelog: https://github.com/pinecone-io/canopy/compare/V0.2.0...V0.3.0
- Bug fix in E2E test that prevented running
pytest tests/
#175
- Added versioning to Canopy server's API #169
Full Changelog: https://github.com/pinecone-io/canopy/compare/V0.1.4...V0.2.0
- Fixed error when trying to run
canopy chat
on Windows #166 - Fixed
canopy stop
on Windows #166 - Update incorrect pinecone quick start path #168 (Thanks @abpai!)
- Edit description on pyproject.toml.
- Added the ability to load individual text files from a directory
- Bumped the
pinecone-text
dependency to fix a numpy dependency issue
- Readme fixes
- Initial release