Interface: DocumentInfo
Document that can be indexed and retrievedExtended by
QueryResultDocumentInfo
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Unique identifier within an index. |
text | string | Yes | REQUIRED canonical text to embed/search. |
metadata | Record<string, string> | No | Optional metadata associated with the document. |