This is a chatbot experiment repo. Using streamlit.
What it will be doing. - Might need backend server to run this.
- scrapes all data from a client website and save key data into a file system
- connect various data sources and create a knowledge graph including key data above
- lanchain agent base chatbot. It answers based on the knowledge graph
- provide all available data to the web visitors using chat interface
- also, could respond any email inquiries using langchain
- Python 3.8
- pip
python3.8 -m venv venv
source venv/bin/activate
make install
streamlit run app.py