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 [email protected]:emillykkejensen/PolGPT.git
Then install Poetry: How to install Poetry
install dependencies:
poetry update
Set Pinecone API key, environment and index name:
export PINECONE_API_KEY=xxxxxxxxx
export PINECONE_ENV=us-xxxxxxxxx
export PINECONE_INDEX=xxxxxxxxx
and run streamlit:
streamlit run streamlit_app.py