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
- Document
Builder - Builder for
Document
.
Enums§
- Document
Builder Error - Error type for DocumentBuilder