run-llama / create-llama

The easiest way to get started with LlamaIndex
MIT License
1.05k stars 135 forks source link

[Use-Case] Add Multi-Agent Financial Report Generator #363

Closed marcusschiesser closed 3 weeks ago

marcusschiesser commented 1 month ago

based on Jupyter notebook: https://github.com/run-llama/llamacloud-demo/blob/main/examples/report_generation/report_generation.ipynb

We can use the pre-configured LlamaCloudIndex from https://github.com/run-llama/llamacloud-demo/blob/main/examples/form_filling/Form_Filling_10K_SEC.ipynb for this task as it contains the 10k docs (this is validated)

Tasks:

marcusschiesser commented 1 month ago

Implemented in https://github.com/run-llama/create-llama/pull/386 - missing is TS version