Spaces:
Running
Running
| 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/ |