Interface: DocumentInfo
Canonical representation of a document that can be added to a Moss index.Properties
- id:
str - text:
str - metadata:
Optional[Dict[str, str]] - embedding:
Optional[Sequence[float]]
strstrOptional[Dict[str, str]]Optional[Sequence[float]]