unstract
unstract copied to clipboard
No-code LLM Platform to launch APIs and ETL Pipelines to structure unstructured documents
## What - Testing #764 - Will be closed after testing NOTE: Updated the pdm lock script to fail fast in case of a failure - [test link](https://github.com/Zipstack/unstract/actions/runs/11203122659/job/31140011627?pr=769#step:5:900) ## Checklist...
## What - Added get_query_set methods in ViewSet ## Why - Getting cached result . Noticed in V2 - https://github.com/encode/django-rest-framework/blob/cdb8a3c3c86bbb74f17f8880c52000602b015ed4/rest_framework/generics.py#L51C1-L63C66 ## How - Added method `get_queryset` in viewset ## Can...
## What - Script to run some commands and help with the migration - Some doc added for migration to v2 - Show warning on running `./run-platform.sh` - Minor fixes...
## What **1. Optimized UI/UX for Memory Usage:** - Refined the Output Analyzer page to reduce memory consumption and enhance overall performance. **2. New Features Added:** - Implemented document selection...
## What - Fix related to https://github.com/Zipstack/unstract/issues/414 - Changed logic for parsing SESSION_COOKIE_SECURE and CSRF_COOKIE_SECURE from env. Earlier one was not parsing bool properly - Made these `False` in sample.env...
## What Updated deprecated Github action version ## Why The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/login-action@v1 ## How -...
## What - Added required in prompt studio key ## Why - Added required in prompt studio key for HQR functionality. ## How - Introduced required field in DB and...
## What - Added missing metrics key for table and record type ## Why - ## How - ## Can this PR break any existing features. If yes, please list...
## What - Updated env to reduce extraction time from ~8.3 hours to ~1 hour ## Why - After move to LLMW v2, multi page extractions of 1500 pages should...
## What Added throttling with a 1-second delay to handle workflow socket messages. ## Why Without throttling, excessive socket messages arriving within milliseconds caused recursive updates, leading to performance issues...