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.6.0 (#249)
Browse files Browse the repository at this point in the history
* Update changelog for v0.6.0

* Changelog - fix typos

* changelog - fix typo
  • Loading branch information
igiloh-pinecone authored Jan 16, 2024
1 parent eea2398 commit b43ac5f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [0.6.0] - 2024-01-16
### Breaking changes
* Pinecone serverless support [#246](https://github.com/pinecone-io/canopy/pull/246)

### Bug fixes
* Loosen fastapi and uvicorn requirements [#229](https://github.com/pinecone-io/canopy/pull/229)
* Cleanup indexes in case of failure [#232](https://github.com/pinecone-io/canopy/pull/232)
* Add timeout to checking server health [#236](https://github.com/pinecone-io/canopy/pull/236)

### Added
* Add instruction query generator [#226](https://github.com/pinecone-io/canopy/pull/226)
* Separate LLM API params [#231](https://github.com/pinecone-io/canopy/pull/231)
* Add dockerfile [#234](https://github.com/pinecone-io/canopy/pull/234), [#237](https://github.com/pinecone-io/canopy/pull/237), [#242](https://github.com/pinecone-io/canopy/pull/242)
* Add support for namespaces [#243](https://github.com/pinecone-io/canopy/pull/243)
* Azure OpenAI LLM implementation [#188](https://github.com/pinecone-io/canopy/pull/188) (Thanks @MichaelAnckaert, @aulorbe!)

### Documentation
* Add deployment guide (GCP) [#239](https://github.com/pinecone-io/canopy/pull/239)

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


## [0.5.0] - 2023-12-13

## Bug fixes
Expand Down

0 comments on commit b43ac5f

Please sign in to comment.