unstract
unstract copied to clipboard
No-code LLM Platform to launch APIs and ETL Pipelines to structure unstructured documents
## What - Fix for modal flashes in UI for prompt-studio creation alert. ## Why - Default initial was always set to true, so a conditional trigger was occusring. ##...
## What - Implements error propagation from the tool through the sidecar to the runner. ## Why - Previously, tool errors were only logged within the sidecar and not surfaced...
## Describe the bug A clear and concise description of what the bug is. I tried to upload a document through the API, but I am getting an empty JSON...
## What This small PR resolves the annoying deprecation warnings of the `logger` library: ```python DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead ``` ## Why Because `logger.warn()` is...
## What - Added support for presigned s3 URLs in API deployment ## Why - This was requested by customers. ## How - Added a function that fetched the files...
## What - ## Why - ## How - ## Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins...
## What - Fixed HTTP status code mapping for workflow execution status checks in the API deployment views - Changed PENDING and EXECUTING states to return `200 OK` instead of...
## What - Added build config for structure tool to compose file - TODO: Make use of the platform version in the backend's `.env` ## Why - To avoid maintaining...
## What - Added `metadata` column and additional columns to our ETL destination table. - Added migration of the single column data from `string` to `json` ## Why - Previously...
## Describe the bug Cannot add Unstructured IO Community text extractor ## To reproduce 1. Set up Unstract installation steps 1-3 as guided on onboarding (LLM, Vector DB, Embedding model...