Using the UI
Welcome to LlamaExtract, the first public-facing release in LlamaCloud! To get started, head to cloud.llamaindex.ai. Login with the method of your choice.
You should now see our welcome screen. To get to extraction, click "Extraction (beta)" in the sidebar.
You will now see the list of schemae you have created. To create a new schema, click "Create new schema".
The web UI expect you to start creating a schema by uploading one or more files (up to 5) and inferring the schema from them. Drag and drop some files into the grey box to get started, then click "Next":
You'll be shown the schema generated alongside a visualization. You can then edit the schema to your liking (the visualization will keep up with your edits, and disappear if your schema is invalid).
Once you're happy with your schema, click "Save and Extract" to see the results of the extraction.
Next steps
The web UI is generally for testing your extraction and editing your schema. Once you're happy with a schema, you can do bulk extraction via the Python client.