/chat-to-a-text-file

A stremlit app that lets you chat to a Text file made using Langchain, OpenAI API and Chroma Vector DB

Primary LanguagePython

Chat to a Text File

A stremlit app that lets you chat to a Text file made using Langchain, OpenAI API and Chroma Vector DB

How to install?

Clone the repository

git clone https://github.com/vivekthedev/chat-to-a-text-file.git

Create a Virtual Environment

python -m venv evn

Activate the envrionment

env\Scripts\activate

Install the dependencies

pip install -r requirements.txt

Rename the .env_ file to .env and set the OPENAPI Key value

Run the app using

streamlit run chatbot.py

Output