Ask a question to get started
Enter to sendā¢Shift+Enter new line
Executes a retrieval operation.
invoke( input: string, options: RunnableConfig<Record<string, any>> ): Promise<DocumentInterface<Record
input
string
options
RunnableConfig<Record<string, any>>
The query string used to search for relevant documents.
(optional) Configuration options for the retrieval run, which may include callbacks, tags, and metadata.