Skip to content

Commit d56c156

Browse files
committed
chore: split up changeset
1 parent 7f401f6 commit d56c156

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

.changeset/common-camels-cheer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sap-ai-sdk/document-grounding': minor
3+
---
4+
5+
[feat] Update document-grounding specification

.changeset/flat-doodles-retire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sap-ai-sdk/document-grounding': minor
3+
---
4+
5+
[Compatibility Note] `MSSharePointConfigurationGetResponse` now requires the `sharePoint` property

.changeset/hip-ghosts-win.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sap-ai-sdk/document-grounding': minor
3+
---
4+
5+
[Compatibility Note] `CommonConfiguration` was replaced with backend-specific types: `SFTPConfiguration` and `S3Configuration`

.changeset/orange-shrimps-poke.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
'@sap-ai-sdk/document-grounding': minor
33
---
44

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:
5+
[Compatibility Note] Some types have been renamed to include endpoint-specific prefixes.
6+
Some instances of the prior names may still exist:
107
- `SearchResults` was renamed to `VectorSearchResults` / `RetrievalSearchResults`
118
- `Chunk` was renamed to `VectorChunk` / `RetrievalChunk`
129
- `SearchFilter` was renamed to `VectorSearchFilter`
@@ -17,8 +14,4 @@
1714
- `PerFilterSearchResult` was renamed to `RetrievalPerFilterSearchResult`
1815
- `PerFilterSearchError` was renamed to `RetrievalPerFilterSearchError`
1916
- `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`
17+
- `SearchInput` was renamed to `RetrievalSearchInput`

0 commit comments

Comments
 (0)