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

Commit

Permalink
Release/0.5.0 (#224)
Browse files Browse the repository at this point in the history
* Bump version to 0.5.0

* Changelog
  • Loading branch information
igiloh-pinecone authored Dec 13, 2023
1 parent bd1c039 commit 82bbf9d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.5.0] - 2023-12-13

## Bug fixes
* Bump pytest-html version [#213](https://github.com/pinecone-io/canopy/pull/213)
* Improve dataloader error handling [#182](https://github.com/pinecone-io/canopy/pull/182)
* Slightly improve error handling for external errors [#222](https://github.com/pinecone-io/canopy/pull/220)

## Added
* Cohere Embedding model support [#203](https://github.com/pinecone-io/canopy/pull/203) Thanks @jamescalam!
* Add Anyscale Embedding model support [#198](https://github.com/pinecone-io/canopy/pull/198)
* change max prompt tokens for Anyacle config [#222](https://github.com/pinecone-io/canopy/pull/222)


**Full Changelog**: https://github.com/pinecone-io/canopy/compare/V0.3.0...v0.5.0


## [0.3.0] - 2023-12-10

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "canopy-sdk"
version = "0.3.0"
version = "0.5.0"
description = "Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone"
authors = ["Relevance Team <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 82bbf9d

Please sign in to comment.