POLYGON_API_KEY
GOOGLE_API_KEY
TAVILY_API_KEY
GROQ_API_KEY
PINECONE_API_KEY
uvicorn main:app --host 0.0.0.0 --port 8000 --reload
streamlit run streamlit_ui.py
pip install -r requirements.txt
conda create -p env python=3.10 -y
conda activate <env_path>
source activate ./env