This Streamlit app allows you to chat with Members of Parliament (MPs) using the PolGPT chatbot. The chatbot has access to meeting minutes from the Parliament.
docker run -e PINECONE_API_KEY=xxxxxxxxx -e PINECONE_ENV=xxxxxxxxx -e PINECONE_INDEX=xxxxxxxxx ghcr.io/emillykkejensen/polgpt:main(All of it from bash)
clone git@github.com:emillykkejensen/PolGPT.gitThen install Poetry: How to install Poetry
install dependencies:
poetry updateSet Pinecone API key, environment and index name:
export PINECONE_API_KEY=xxxxxxxxx
export PINECONE_ENV=us-xxxxxxxxx
export PINECONE_INDEX=xxxxxxxxxand run streamlit:
streamlit run streamlit_app.py