File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments