Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Change log v0.8.1 (#314)
Browse files Browse the repository at this point in the history
* Changelog v0.8.1

* Update CHANGELOG.md

small change in order

* Update CHANGELOG.md

reorder

* Update CHANGELOG.md
  • Loading branch information
acatav authored Mar 6, 2024
1 parent 46e4b2c commit 0bd50cd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.8.1] - 2024-03-06

### Bug fixes
* Fix cohere tokenizer test [#307](https://github.com/pinecone-io/canopy/pull/307)
* Fix upsert on gcp starter indexes [#308](https://github.com/pinecone-io/canopy/pull/308)
* Stop calling with unused `preamble_override` param to cohere chat [#315]https://github.com/pinecone-io/canopy/pull/315)

### Documentation
* Example for specifying and encoder to KB in README [#302](https://github.com/pinecone-io/canopy/pull/302) (Thanks @coreation!)
* Remove JINA API key from mandatory env vars [#303](https://github.com/pinecone-io/canopy/pull/303) (Thanks @aulorbe!)

**Full Changelog**: https://github.com/pinecone-io/canopy/compare/v0.8.0...v0.8.1

## [0.8.0] - 2024-02-15
### Breaking changes
* Added support for Pydantic v2 [#288](https://github.com/pinecone-io/canopy/pull/288)
Expand Down Expand Up @@ -129,4 +142,4 @@

## [0.1.0] - 2023-11-05

- Initial release
- Initial release

0 comments on commit 0bd50cd

Please sign in to comment.