This repository was archived by the owner on Nov 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " canopy-sdk"
3- version = " 0.3 .0"
3+ version = " 0.5 .0"
44description = " Retrieval Augmented Generation (RAG) framework and context engine powered by Pinecone"
55authors = [" Relevance Team <relevance@pinecone.io>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments