-
Notifications
You must be signed in to change notification settings - Fork 917
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(integrations): Add llama_parse integration for document parsing. (…
…#823) <!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add Llama document parsing integration with new classes, configuration updates, and tests. > > - **Integration**: > - Add `LlamaParseIntegrationDef` and `LlamaParseIntegrationDefUpdate` classes in `Tools.py` for Llama document parsing. > - Add `LlamaParseFetchArguments`, `LlamaParseFetchArgumentsUpdate`, `LlamaParseSetup`, and `LlamaParseSetupUpdate` classes for handling setup and arguments. > - Implement `parse()` function in `llama_parse.py` for parsing documents using LlamaParse. > - **Configuration**: > - Add `llama-index` and `llama-parse` dependencies to `pyproject.toml`. > - **Testing**: > - Add `MockLlamaParseClient` in `mocks/llama_parse.py` for testing. > - Add `test_llama_parse_provider()` in `test_providers.py` to test LlamaParse provider configuration. > - Update `conftest.py` to include LlamaParse in mocked services. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=julep-ai%2Fjulep&utm_source=github&utm_medium=referral)<sup> for 239e6c7. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN --> --------- Co-authored-by: Vedantsahai18 <[email protected]>
- Loading branch information
1 parent
1ded44f
commit b6308f1
Showing
21 changed files
with
1,544 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.