From 8ef566876bc3a8a84261b7c121e0dc21604a9ee4 Mon Sep 17 00:00:00 2001 From: BlackyDrum <111639941+BlackyDrum@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:18:20 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c07d707..1e33b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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