Skip to content

Commit

Permalink
chore: add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
KavithaSiva committed Nov 28, 2024
1 parent 3b33aa5 commit 4f0145d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import type { DataRepositories, DataRepository } from './schema/index.js';
* This API is part of the 'retrieval-api' service.
*/
export const RetrievalDataRepositoryApi = {
//Todo: Remove the explicitly added path parameter from the request builder
/**
* Create a request builder for execution of get requests to the '/dataRepositories' endpoint.
* @param queryParameters - Object containing the following keys: $top, $skip, $count.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import type { SearchInput, SearchResults } from './schema/index.js';
* This API is part of the 'retrieval-api' service.
*/
export const RetrievalFederatedSearchAcrossDataRepositoriesApi = {
//Todo: Remove the explicitly added path parameter from the request builder
/**
* Create a request builder for execution of post requests to the '/search' endpoint.
* @param body - Request body.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import type {
* This API is part of the 'vector-api' service.
*/
export const CollectionsApi = {
//Todo: Remove the explicitly added path parameter from the request builder
/**
* Gets a list of collections.
* @param queryParameters - Object containing the following keys: $top, $skip, $count.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import type {
* This API is part of the 'vector-api' service.
*/
export const DocumentsApi = {
//Todo: Remove the explicitly added path parameter from the request builder
/**
* Gets a specific document in a collection by ID.
* @param collectionId - Path parameter.
Expand Down

0 comments on commit 4f0145d

Please sign in to comment.