agent_bot run to run the application we just follow the below guide. conda create -n llm_rag_env_v2 python=3.10 -y source /home/wilderd/anaconda3/bin/activate conda activate llm_rag_env_v2 uvicorn app:app --reload --host 0.0.0.0 --port 8000