Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moss.dev/llms.txt

Use this file to discover all available pages before exploring further.

moss v1.0.1 moss / ParseFileInput

Interface: ParseFileInput

Input descriptor for a single file in the parse pipeline. Used by create_index_from_files. Provide at least one of path or data. If both are given, data takes precedence. Only "application/pdf" is currently supported as content_type.

Properties

  • name: str
  • content_type: str
  • path: Optional[str]
  • data: Optional[bytes]