Skip to content

Commit

Permalink
Merged with latest changes from main.
Browse files Browse the repository at this point in the history
  • Loading branch information
rliberoff committed Mar 7, 2024
1 parent 680df6c commit 1ae2677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Previous classification is not required if changes are simple or all belong to t
### Major Changes

- In interface type `IChatHistoryProvider` added new method `DeleteChatMessagesHistoryAsync` to delete a user's chat history messages. This method is implemented in `ChatHistoryProvider`.
- Added new interface `Encamina.Enmarcha.AI.Abstractions.ISemanticTextSplitter` and its implementations `Encamina.Enmarcha.AI.SemanticTextSplitter` to split a text into meaningful chunks based on embeddings.
- Added a new utility class for mathematical operations `Encamina.Enmarcha.Core.MathUtils`.
- Fixed `DeleteAsync<TEntityId>` method in `CosmosRepository<T>`. This method was always throwing exceptions because the partition key value was always `null`. It is fixed by considering the `Id` to delete the whole partition. If a specific item in the partition should be removed, then use the `DeleteAsync` on-generic method.
- Updated dependencies:
- Updated `Bogus` from `35.4.0` to `35.4.1`.
Expand All @@ -51,8 +53,6 @@ Previous classification is not required if changes are simple or all belong to t
- Updated `xunit.analyzers` from `1.10.0` to `1.11.0`.
- Updated `xunit.extensibility.core` from `2.6.6` to `2.7.0`.
- Updated `xunit.runner.visualstudio` from `2.5.6` to `2.5.7`.
- Added new interface `Encamina.Enmarcha.AI.Abstractions.ISemanticTextSplitter` and its implementations `Encamina.Enmarcha.AI.SemanticTextSplitter` to split a text into meaningful chunks based on embeddings.
- Added a new utility class for mathematical operations `Encamina.Enmarcha.Core.MathUtils`.

### Minor Changes

Expand Down

0 comments on commit 1ae2677

Please sign in to comment.