A basic RAG Chatbot With LangChain that accesses API endpoints to interact with an AI Model
- This application requires the backend repository of ai_local_rag. Follow the instructions to install/run that application before attempting to run this UI.
- Clone this repository and create a clean python v3.10 virtual environment and activate it.
The following is a high-level list of components used to run this local RAG:
- streamlit
- streamlit-chat
pip install -r requirements.txt
streamlit run app.py
- Open your web browser and navigate to http://localhost:2000
- Refer to the left navigation bar for example questions you can ask the model.