- 'main_chainlit.py' is the main driving code file. It has all the agents code, helper functions, tools for the agent.
- To start the chainlit application,
- Create a virtual env
- Install the requirements.txt
- Run 'chainlit run main_chainlit.py'
- This will start server and opens chainlit app in your browser tab.
- Database is in Heroku, we can connect to the Database by configuring DATABASE URL in your environment
- Command: export DATABASE_URL = 'postgres://u2mh7clda4lgfn:p5cb8a8c0253ff696b3d7be8598cda1d837e0cafcbb7ffafd1573f681e5758fc4@ccpa7stkruda3o.cluster-czrs8kj4isg7.us-east-1.rds.amazonaws.com:5432/d9fq9bkiq53hf8'