|
28 | 28 |
|
29 | 29 | - |
30 | 30 |
|
| 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 | + |
31 | 65 | # 2.1.0 |
32 | 66 | ## Fixed Issues |
33 | 67 |
|
|
0 commit comments