unstract
unstract copied to clipboard
No-code LLM Platform to launch APIs and ETL Pipelines to structure unstructured documents
## What - Added enable highlight flag Note: Tool needs to be built once PR is merged. ## Why - To reduce tokens consumed by highlight if highlighting is not...
## What - Added missing enforce type while json dump ## Why - To fix displaying empty output when enforce type is record ## How - ## Can this PR...
## What - V2 Changes - Added delta changes in data migrations. - Added new models: AccountUsage and Notification to data migrations. - Updated application list to include AccountUsage ##...
## What - Refactored prompt service to avoid logging about variable replacement at all times - Renamed and moved `_publish_log()` - Renamed `outputs` to `prompts` and `promptx` / `prompt` to...
## What - Added script to update lock files - Updated `pdm-lock-automation.yaml` workflow to execute above script - Minor `README.md` on the script ## Why - Frequent SDK updates require...
## What - Fixed issue in prompt construction due to which the response was partial ## Why - In the prompt, context is placed before the actual question which we...
## What - Missed migration for promptsudio enforce type V2 ## Why - Missed migration for promptsudio enforce type V2 ## How - Added migration ## Can this PR break...
## What - models issue fix in pipeline v2 ## Why - ## How - ## Can this PR break any existing features. If yes, please list possible items. If...
## What - Addresses existing validation errors that functioned in the UI in version 1 (V1) but are not operating correctly in version 2 (V2). - Added A manager in...
## What - Bumped SDK version in services and tools to `0.50.0` - Updated SQL to return adapter name and type from `platform-service`'s `get_adapter_instance_from_db` ## Why - SDK bump contains...