Skip to main content
moss v1.4.0 moss / QueryResultDocumentInfo

Interface: QueryResultDocumentInfo

QueryResultDocumentInfo

Properties

  • id: str
  • text: str
  • metadata: Optional[Dict[str, str]]
  • score: float
  • index_name: Optional[str] - Source index for the result. Set by query_multi_index(); None for single-index queries.
  • payload: Optional[str] - Opaque structured value stored at index time, returned verbatim; None when the document has none. See Structured payload. (moss 1.5.0+)