Clone the repository
Project repo: https://github.com/conda create -n medibot python=3.10 -y
conda activate medibotCreate a .env file in the root directory and add your Pinecone & openai credentials as follows:
PINECONE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
python store_index.pypython App.pyTechstack Used: Python LangChain Flask GPT Pinecone