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

Commit

Permalink
Update changelog for v0.7.0 release (#281)
Browse files Browse the repository at this point in the history
* Add changelog for v0.7.0

* Fix
  • Loading branch information
izellevy authored Feb 8, 2024
1 parent 04d4550 commit 59a8a51
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [0.7.0] - 2024-02-08
### Breaking changes
* Move config directory to be part of the canopy package [#278](https://github.com/pinecone-io/canopy/pull/278)

### Bug fixes
* Fix building images on release [#252](https://github.com/pinecone-io/canopy/pull/252)
* Exporting the correct module CohereRecordEncoder [#264](https://github.com/pinecone-io/canopy/pull/264) (Thanks @tomaarsen!)
* Fixed GRPC support [#270](https://github.com/pinecone-io/canopy/pull/270)
* Change the minimum version of FastAPI to 0.93.0 [#279](https://github.com/pinecone-io/canopy/pull/279)
* Reduce the docker image size [#277](https://github.com/pinecone-io/canopy/pull/277)

### Added
* Generalize chunk creation [#258](https://github.com/pinecone-io/canopy/pull/258)
* Add SentenceTransformersRecordEncoder [#263](https://github.com/pinecone-io/canopy/pull/263) (Thanks @tomaarsen!)
* Add HybridRecordEncoder [#265](https://github.com/pinecone-io/canopy/pull/265)
* Make transformers optional & allow pinecone-text with dense optional [#266](https://github.com/pinecone-io/canopy/pull/266)
* Add cohere reranker [#269](https://github.com/pinecone-io/canopy/pull/269)
* Add dimension support for OpenAI embeddings [#273](https://github.com/pinecone-io/canopy/pull/273)

### Documentation
* Add contributing guide [#254](https://github.com/pinecone-io/canopy/pull/254)
* Update README [#267](https://github.com/pinecone-io/canopy/pull/267) (Thanks @aulorbe!)
* Fixed typo in dense.py docstring [#280](https://github.com/pinecone-io/canopy/pull/280) (Thanks @ptorru!)

**Full Changelog**: https://github.com/pinecone-io/canopy/compare/v0.6.0...v0.7.0

## [0.6.0] - 2024-01-16
### Breaking changes
* Pinecone serverless support [#246](https://github.com/pinecone-io/canopy/pull/246)
Expand Down

0 comments on commit 59a8a51

Please sign in to comment.