Skip to content

A simple Python tool which implements a basic RAG (Retrieval Augmented Generation) workflow to answer questions abuot your codebase using a FAISS vector database and the Google Gemini LLM models.

Notifications You must be signed in to change notification settings

FOehler/code-compass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Compass

A simple Python tool which implements a basic RAG (Retrieval Augmented Generation) workflow to answer questions abuot your codebase using a FAISS vector database and the Google Gemini LLM models.

Installation

  • Install the required packages using pip install -r requirements.txt
  • Add an environment variable called GOOGLE_API_KEY containing the API key to access the Google Gemini models.

About

A simple Python tool which implements a basic RAG (Retrieval Augmented Generation) workflow to answer questions abuot your codebase using a FAISS vector database and the Google Gemini LLM models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages