Zipstack / unstract
- ΠΏΡΡΠ½ΠΈΡΠ°, 16 Π°Π²Π³ΡΡΡΠ° 2024β―Π³. Π² 00:00:01
No-code LLM Platform to launch APIs and ETL Pipelines to structure unstructured documents
While co-pilots enable machine-to-human automation, with Unstract, you can go beyond co-pilots by enabling machine-to-machine automation. You can launch APIs that take in complex documents and return structured JSON all with a simple no-code approach. You can also launch unstructured data ETL Pipelines that can read complex documents from a variety of cloud file / object storage systems and write structured data into popular data warehouses and databases.
Automate critical business processes that involve complex documents with a human in the loop. Go beyond RPA with the power of Large Language Models.
π Step 1: Add documents to no-code Prompt Studio and do prompt engineering to extract required fields
π Step 2: Configure Prompt Studio project as API deployment or configure input source and output destination for ETL Pipeline
π Step 3: Deploy Workflows as unstructured data APIs or unstructured data ETL Pipelines!
Next, either download a release or clone this repo and do the following:
β
./run-platform.sh
β
Now visit http://frontend.unstract.localhost in your browser
β
Use user name and password unstract
to login
That's all there is to it!
Another really quick way to experience Unstract is by signing up for our hosted version.
Unstract comes well documented. You can get introduced to the basics of Unstract, and learn how to connect various systems like LLMs, Vector Databases, Embedding Models and Text Extractors to it. The easiest way to wet your feet is to go through our Quick Start Guide where you actually get to do some prompt engineering in Prompt Studio and launch an API to structure varied credit card statements!
Provider | Status | |
---|---|---|
Qdrant | β Working | |
Weaviate | β Working | |
Pinecone | β Working | |
PostgreSQL | β Working | |
Milvus | β Working |
Provider | Status | |
---|---|---|
OpenAI | β Working | |
Azure OpenAI | β Working | |
Google PaLM | β Working |
Provider | Status | |
---|---|---|
Unstract LLMWhisperer | β Working | |
Unstructured.io Community | ποΈ Coming soon! | |
Unstructured.io Enterprise | ποΈ Coming soon! | |
LlamaIndex Parse | ποΈ Coming soon! |
Contributions are welcome! Please read CONTRIBUTE.md for further details on setting up the development environment, etc. It also points you to other detailed documents as needed.
In full disclosure, Unstract integrates Posthog to track usage analytics. As you can inspect the relevant code here, we collect the minimum possible metrics. Posthog can be disabled if desired by setting REACT_APP_ENABLE_POSTHOG
to false
in the frontend's .env file.