Skip to content

Commit c155302

Browse files
author
sap-ai-sdk
committed
v2.2.0
1 parent 347eac1 commit c155302

35 files changed

+203
-73
lines changed

.changeset/bold-towns-start.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/common-camels-cheer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curly-drinks-taste.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/flat-doodles-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fluffy-apples-make.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-files-rescue.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/hip-ghosts-win.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-shrimps-poke.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.changeset/tricky-buses-feel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,40 @@
2828

2929
-
3030

31+
# 2.2.0
32+
## Compatibility Notes
33+
34+
- [document-grounding] `MSSharePointConfigurationGetResponse` now requires the `sharePoint` property (e2c34f3)
35+
- [document-grounding] `CommonConfiguration` was replaced with backend-specific types: `SFTPConfiguration` and `S3Configuration` (e2c34f3)
36+
- [document-grounding] Some types have been renamed to include endpoint-specific prefixes.
37+
Some instances of the prior names may still exist:
38+
- `SearchResults` was renamed to `VectorSearchResults` / `RetrievalSearchResults`
39+
- `Chunk` was renamed to `VectorChunk` / `RetrievalChunk`
40+
- `SearchFilter` was renamed to `VectorSearchFilter`
41+
- `KeyValueListPair` was renamed to `VectorKeyValueListPair` / `RetrievalKeyValueListPair`
42+
- `DocumentKeyValueListPair` was renamed to `VectorDocumentKeyValueListPair` / `RetrievalDocumentKeyValueListPair`
43+
- `SearchConfiguration` was renamed to `VectorSearchConfiguration` / `RetrievalSearchConfiguration`
44+
- `SearchSelectOptionEnum` was renamed to `VectorSearchSelectOptionEnum` / `RetrievalSearchSelectOptionEnum`
45+
- `PerFilterSearchResult` was renamed to `RetrievalPerFilterSearchResult`
46+
- `PerFilterSearchError` was renamed to `RetrievalPerFilterSearchError`
47+
- `DataRepositorySearchResult` was renamed to `RetrievalDataRepositorySearchResult`
48+
- `SearchInput` was renamed to `RetrievalSearchInput` (e2c34f3)
49+
- [langchain] Remove structured ouput handling for deprecated gpt-4 & gpt-3 models (6100bca)
50+
51+
## New Features
52+
53+
- [ai-api] Update `ai-api` package with the new specification (2509b). (58464e9)
54+
- [core, orchestration] Introduce orchestration embedding client for consuming embedding feature of the orchestration service. (347eac1)
55+
- [document-grounding] Update document-grounding specification (e2c34f3)
56+
57+
## Fixed Issues
58+
59+
- [core] Replace active logging during streaming with error throwing to avoid logging the response payload. (5225275)
60+
61+
## Improvements
62+
63+
- [core, orchestration] Add `cohere--command-a-reasoning`, `mistralai--mistral-medium-instruct` and perplexity-ai `sonar` and `sonar-pro` to model list (6100bca)
64+
3165
# 2.1.0
3266
## Fixed Issues
3367

0 commit comments

Comments
 (0)