Skip to content

Commit 7f401f6

Browse files
committed
chore: add changeset
1 parent 1f91b8d commit 7f401f6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.changeset/orange-shrimps-poke.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
'@sap-ai-sdk/document-grounding': minor
3+
---
4+
5+
[feat] Update document-grounding specification
6+
7+
[Compatibility Note] `MSSharePointConfigurationGetResponse` now requires the `sharePoint` property
8+
9+
[Compatibility Note] Some types have been renamed to include endpoint-specific prefixes:
10+
- `SearchResults` was renamed to `VectorSearchResults` / `RetrievalSearchResults`
11+
- `Chunk` was renamed to `VectorChunk` / `RetrievalChunk`
12+
- `SearchFilter` was renamed to `VectorSearchFilter`
13+
- `KeyValueListPair` was renamed to `VectorKeyValueListPair` / `RetrievalKeyValueListPair`
14+
- `DocumentKeyValueListPair` was renamed to `VectorDocumentKeyValueListPair` / `RetrievalDocumentKeyValueListPair`
15+
- `SearchConfiguration` was renamed to `VectorSearchConfiguration` / `RetrievalSearchConfiguration`
16+
- `SearchSelectOptionEnum` was renamed to `VectorSearchSelectOptionEnum` / `RetrievalSearchSelectOptionEnum`
17+
- `PerFilterSearchResult` was renamed to `RetrievalPerFilterSearchResult`
18+
- `PerFilterSearchError` was renamed to `RetrievalPerFilterSearchError`
19+
- `DataRepositorySearchResult` was renamed to `RetrievalDataRepositorySearchResult`
20+
- `SearchInput` was renamed to `RetrievalSearchInput`
21+
22+
Some instances of the prior names may still exist.
23+
24+
[Compatibility Note] `CommonConfiguration` was replaced with backend-specific types: `SFTPConfiguration` and `S3Configuration`

0 commit comments

Comments
 (0)