generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: potentially fix public api checks
- Loading branch information
1 parent
c95f29a
commit b6d08bf
Showing
4 changed files
with
33 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
export * from './client/pipeline/pipeline-api/index.js'; | ||
export * as VectorApi from './client/vector/vector-api/index.js'; | ||
export * as RetrievalApi from './client/retrieval/retrieval-api/index.js'; | ||
export { | ||
CollectionsApi, | ||
DocumentsApi, | ||
SearchApi, | ||
SearchResults as VectorSearchResults, | ||
Collection, | ||
DocumentsListResponse | ||
} from './client/vector/vector-api/index.js'; | ||
export { | ||
RetrievalFederatedSearchAcrossDataRepositoriesApi, | ||
RetrievalDataRepositoryApi, | ||
SearchResults as RetrievalSearchResults | ||
} from './client/retrieval/retrieval-api/index.js'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters