The authentication method to use, currently implemented is
The URL of the remote retriever server
Method that takes a query string as input and returns a JSON object
that includes the query and the original query_body
.
The query string to be sent to Vespa.
A JSON object that includes the query and the original query_body
.
Method that processes the JSON response from Vespa into an array of
Document
instances. Each Document
instance includes the content
from the specified content_field
and the document's ID.
The JSON response from Vespa.
An array of Document
instances.
Generated using TypeDoc
Class responsible for retrieving data from Vespa. It extends the
RemoteRetriever
class and includes methods for creating the JSON body for a query and processing the JSON response from Vespa.Example