Create your own personal bot with the Chat-With-Me Streamlit application.
Clone this repository and install the required packages:
git clone https://github.com/yourusername/chat-with-me.git
cd chat-with-me
pip install -r requirements.txt
- Create a new Pinecone index, default name
chatwithme
- Create a
.env
file with your API keys, seeexample.env
as an example - Add your documents in the source repository
- Edit your details the
config.py
file - (Optional) Change the
profile.png
picture - Run
ingest.py
Run streamlit run app.py
, have fun!