API Methods under "document_retrievers" category


Methods:


POSTcreateDocumentRetriever

Returns a document retriever that stores embeddings for document chunks in a feature group.

POSTrenameDocumentRetriever

Updates an existing document retriever.

POSTcreateDocumentRetrieverVersion

Creates a document retriever version from the latest version of the feature group that the document retriever associated with.

GETlistDocumentRetrievers

List all the document retrievers.

GETdescribeDocumentRetriever

Describe a Document Retriever.

GETdescribeDocumentRetrieverByName

Describe a document retriever by its name.

DELETEdeleteDocumentRetriever

Delete a Document Retriever.

GETlistDocumentRetrieverVersions

List all the document retriever versions with a given ID.

GETdescribeDocumentRetrieverVersion

Describe a document retriever version.

POSTgetMatchingDocuments

Lookup document retrievers and return the matching documents from the document retriever deployed with given query.

POSTgetDocumentSnippet

Get a snippet from documents in the document retriever.

POSTrestartDocumentRetriever

Restart the document retriever if it is stopped or has failed. This will start the deployment of the document retriever,

POSTgetRelevantSnippets

Retrieves snippets relevant to a given query from specified documents. This function supports flexible input options,