Skip to content

Cooperation-org/ai_rag_ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat UI using Streamlit

A basic RAG Chatbot With LangChain that accesses API endpoints to interact with an AI Model

Setup

  1. This application requires the backend repository of ai_local_rag. Follow the instructions to install/run that application before attempting to run this UI.
  2. Clone this repository and create a clean python v3.10 virtual environment and activate it.

Dependencies

The following is a high-level list of components used to run this local RAG:

  • streamlit
  • streamlit-chat
pip install -r requirements.txt

Run the application:

streamlit run app.py

Usage

  1. Open your web browser and navigate to http://localhost:2000
  2. Refer to the left navigation bar for example questions you can ask the model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages