Skip to content

Finley-Agent-Zhuazhua/fastgpt-plugin-unstructured

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors