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

Commit 82bbf9d

Browse files
Release/0.5.0 (#224)
* Bump version to 0.5.0 * Changelog
1 parent bd1c039 commit 82bbf9d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.5.0] - 2023-12-13
2+
3+
## Bug fixes
4+
* Bump pytest-html version [#213](https://github.com/pinecone-io/canopy/pull/213)
5+
* Improve dataloader error handling [#182](https://github.com/pinecone-io/canopy/pull/182)
6+
* Slightly improve error handling for external errors [#222](https://github.com/pinecone-io/canopy/pull/220)
7+
8+
## Added
9+
* Cohere Embedding model support [#203](https://github.com/pinecone-io/canopy/pull/203) Thanks @jamescalam!
10+
* Add Anyscale Embedding model support [#198](https://github.com/pinecone-io/canopy/pull/198)
11+
* change max prompt tokens for Anyacle config [#222](https://github.com/pinecone-io/canopy/pull/222)
12+
13+
14+
**Full Changelog**: https://github.com/pinecone-io/canopy/compare/V0.3.0...v0.5.0
15+
16+
117
## [0.3.0] - 2023-12-10
218

319
### Bug fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "canopy-sdk"
3-
version = "0.3.0"
3+
version = "0.5.0"
44
description = "Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone"
55
authors = ["Relevance Team <relevance@pinecone.io>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)