File size: 1,282 Bytes
e497827
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3bc9c63
 
7430ce2
 
3bc9c63
7430ce2
3bc9c63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54

---
title: Codebase RAG Assistant
emoji: 🧠
colorFrom: blue
colorTo: purple
sdk: docker
app_file: app.py
pinned: false
---

## Codebase RAG Assistant

An AI-powered Retrieval-Augmented Generation (RAG) system that allows developers to query and understand large code repositories using natural language.

### Features
- Code-aware chunking (functions & classes)
- FAISS vector search
- LLaMA-3 inference via Groq
- Streamlit UI
- Fully free deployment using HuggingFace Spaces

### Tech Stack
LangChain, FAISS, Sentence Transformers, FastAPI, Streamlit, Docker

### Use Cases
- Codebase exploration
- Architecture understanding
- Developer onboarding


# CODEBASE-RAG-ASSISTANT
A LangChain-based RAG system that indexes a code repository and answers architecture & code-level questions using free LLMs.


## Codebase RAG Assistant

An AI-powered Retrieval-Augmented Generation system that enables natural language querying of large code repositories.

### Features
- Code-aware chunking (functions & classes)
- FAISS-based vector retrieval
- LLaMA-3 inference via Groq
- Streamlit UI
- Fully free tech stack

### Tech Stack
LangChain, FAISS, HuggingFace Embeddings, FastAPI, Streamlit

### Use Cases
- Codebase understanding
- Architecture exploration
- Developer onboarding