Abstract
The authentication method to use, currently implemented is
The URL of the remote retriever server
Abstract
createAbstract method that should be implemented by subclasses to create the JSON body of the request based on the given query.
The query based on which the JSON body of the request is created.
The JSON body of the request.
Abstract
processAbstract method that should be implemented by subclasses to process the JSON response from the server and convert it into an array of Document instances.
The JSON response from the server.
An array of Document instances.
Generated using TypeDoc
Abstract class for interacting with a remote server to retrieve relevant documents based on a given query.