Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 412 Bytes

File metadata and controls

8 lines (5 loc) · 412 Bytes

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.