Skip to content

richardd3ng/Repo-Amigo

Repository files navigation

Repo Amigo

This web app is a tool for asking questions about GitHub repositories leveraging LangChain and OpenAI's GPT-3.5-turbo language model!

image

Try it out!

https://repo-amigo.streamlit.app/

Key Features

  • Login via GitHub OAuth2.0 to clone public GitHub repositories
  • Indexes files and stores embeddings in a ChromaDB vector database.
  • Supports a variety of file formats, including text, code, and Jupyter Notebooks.
  • Produces in-depth responses to user inquiries derived from repository files.
  • Leverages OpenAI's language model to craft replies.
  • Provides key documents most pertinent to each query.