git clone https://github.com/farukalampro/ai-chatbot-using-Langchain-Pinecone.git
cd ai-chatbot-using-Langchain-Pinecone
python -m venv env
- For Windows:
.\env\Scripts\activate
- For macOS/Linux:
source env/bin/activate
pip install -r requirements.txt
5. Replace your own OpenAI, Pinecone API Key and Pinecone environment in indexing.py, main.py & utils.py
- index_name = "langchain-chatbot"
- Dimensions of the index is 384
streamlit run main.py