Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 974 Bytes

File metadata and controls

29 lines (20 loc) · 974 Bytes

Unstructured FastGPT Plugin

FastGPT toolset for parsing unstructured documents with the fixed hosted Unstructured Partition API endpoint.

Tools

  • partitionText — sends plain text as a temporary .txt document and returns normalized parsed elements.
  • partitionBase64File — sends a base64-encoded document such as PDF, DOCX, PPTX, HTML, Markdown, EML, or text to the Unstructured Partition API.

Secrets

Secret Required Description
apiKey yes Unstructured API key. Stored as a FastGPT secret.

The plugin always calls https://api.unstructuredapp.io/general/v0/general; it does not accept endpoint overrides from user input or secrets.

Local verification

pnpm install --ignore-workspace
pnpm run type-check
pnpm test
pnpm build
pnpm check
pnpm run pack

Remote dev debugging was not run during automated development because no FastGPT connection key was available in the scheduled job environment.