-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Description
Question Validation
- I have searched both the documentation and discord for an answer.
Question
I learned about the Llama Extract service from the documentation at
https://developers.llamaindex.ai/python/cloud/llamaextract/getting_started/python/
and successfully tested it on the web interface.
On the web UI, it is possible to upload documents and provide a prompt to automatically generate a scheme.
I am particularly interested in this automatic scheme-generation process and would like to reproduce it using Python.
However, after reviewing the Python SDK, I found that:
It seems there is no available API to perform automatic scheme generation;
The Python SDK currently only allows defining Pydantic models or JSON Schemas manually.
Is there an existing API in the Python SDK that can perform automatic scheme generation, similar to the web interface?
Or is support for this feature planned for future releases?
Thank you!