moss v1.0.1 moss / ParseFileInputDocumentation Index
Fetch the complete documentation index at: https://docs.moss.dev/llms.txt
Use this file to discover all available pages before exploring further.
Interface: ParseFileInput
Input descriptor for a single file in the parse pipeline. Used bycreate_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]