Spaces:
Running
Running
File size: 790 Bytes
ab2c7dd aa2631e f5d2591 c27428b aa2631e 93911e0 e6606b0 93911e0 9c7a80c 6b31b6e 9c7a80c 6b31b6e 9c7a80c 6b31b6e 9c7a80c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | ---
title: README
emoji: 💻
colorFrom: gray
colorTo: blue
sdk: static
pinned: false
---
# Dependencies
The "requirements.txt" file contains all installed packages and their versions in the current environment.
To install the dependencies listed in a "requirements.txt" file run:
```
pip install -r requirements.txt
```
# Start
The "app.py" file contains the main code to run the AI Agent Workflow.
To start the agent workflow run:
```
py app.py
```
To start the agent workflow and react to Gradio's changes run:
```
gradio app.py
```
# Documentation
To know more about Gradio check:
https://www.gradio.app/docs/gradio/chatinterface
To know more about LlamaIndex check:
https://docs.llamaindex.ai/en/stable/understanding/
https://docs.llamaindex.ai/en/stable/module_guides/ |