Wrapper around OutlineAPI.
This wrapper will use the Outline API to query the documents of your instance. By default it will return the document content of the top-k results. It limits the document content by doc_content_chars_max.
Retriever for Outline API.
It wraps run() to get_relevant_documents(). It uses all OutlineAPIWrapper arguments without any change.