Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackyDrum authored Jun 16, 2024
1 parent ccf1735 commit 8ef5668
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [0.3.0] - 2024-06-16
### Added
- `CohereEmbeddingFunction`: Added new embedding function for Cohere.
- `VoyageAIEmbeddingFunction`: Added new embedding function for VoyageAI.
- `TogetherAIEmbeddingFunction`: Added new embedding function for TogetherAI.
- Custom Exceptions for Embedding Provider Request failures: Introduced specific exceptions to handle embedding provider request failures.
- `dimension` parameter for OpenAI Embedding models: Added support for specifying the dimension parameter for third generation OpenAI embedding models.

### Fixed
- Readme namespace: Corrected namespace references in the Readme documentation.
- Character set for embedding requests: Fixed issues with character set handling in embedding requests.

## [0.2.0] - 2024-06-15
### Added
- Custom Exceptions
Expand Down

0 comments on commit 8ef5668

Please sign in to comment.