Skip to main content
moss v1.0.1 moss / DocumentInfo

Interface: DocumentInfo

DocumentInfo

Properties

  • id: str
  • text: str
  • metadata: Optional[Dict[str, str]]
  • embedding: Optional[Sequence[float]]
  • payload: Optional[str] - Opaque structured value (e.g. a JSON string) stored and returned verbatim; never embedded or searched. See Structured payload. (moss 1.5.0+)