Skip to content

enricd/rag_llm_app

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published