run-llama / llama_extract

MIT License
105 stars 16 forks source link

Fix pydantic errors #36

Closed logan-markewich closed 1 month ago

logan-markewich commented 1 month ago

The llama-cloud package currently forces pydantic.v1, leading to some awkward bugs.

This PR fixes that, and adds a basic unit test to CICD to ensure its working.

Fixes https://github.com/run-llama/llama_extract/issues/35