WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

amanabiy/codebase_rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Codebase RAG

Overview

This project, Codebase RAG, implements an AI expert over a codebase using Retrieval-Augmented Generation (RAG). The web app allows users to chat with a codebase to understand how it works and identify areas for improvement.

Features

  • Chat with Codebase: Users input queries, and the most relevant code snippets are retrieved to generate responses using an LLM.
  • Embedding Codebase: The contents of the codebase are embedded and stored in a vector database called Pinecone for efficient retrieval.
  • Web App: A user-friendly interface for interacting with the codebase.
  • Multiple Codebases: Allow users to select different codebases to chat with.
  • Webhook Integration: Update the Pinecone index automatically when new commits are pushed to the repository.

Getting Started

say you will find the direction for the front-end and the back-end in each folder inside

Resources

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published