Module document

Source
Expand description

Documents are the main data structure that is retrieved via the query pipeline

Retrievers are expected to eagerly set any configured metadata on the document, with the same field name used during indexing if applicable.

Structs§

Document
A document represents a single unit of retrieved text
DocumentBuilder
Builder for Document.

Enums§

DocumentBuilderError
Error type for DocumentBuilder