Skip to content

sanaa-sys/ragcodebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💬 Codebase Chatbot template

A simple Streamlit app that shows how to build a an AI expert over a codebase using Retrieval-Augmented Generation (RAG). You'll implement the ability to chat with a codebase so you can understand how they work and what can be improved.

Open in Streamlit

How to run it on your own machine

  1. Install the requirements

    $ pip install -r requirements.txt
    
  2. Run the app

    $ streamlit run streamlit_app.py