Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 468 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 468 Bytes

Do your LLM even RAG bro?

RAG web application using Python, Streamlit and LangChain, so you can chat with Documents, Websites and other custom data.

To run it locally:

$ git clone <this-repo-url>

$ cd <this-repo-folder>

$ python -m venv venv

$ venv\Scripts\activate  # or source venv/bin/activate in Linux/Mac

$ pip install -r requirements.txt

$ streamlit run app.py

Video: https://youtu.be/abMwFViFFhI
Blog: https://medium.com/@enricdomingo