Neverdecel/CodeRAG
CodeRAG is an AI-powered tool for real-time codebase querying and augmentation using OpenAI and vector search.
Implements real-time codebase indexing using FAISS vector search with OpenAI embeddings, enabling semantic code retrieval that persists in a local vector database. The system combines file system monitoring (Watchdog) for live updates with a Streamlit web interface and CLI for querying, while orchestrating the RAG pipeline to augment GPT responses with project-specific context. Targets Python codebases and integrates with OpenAI's embedding and chat models for contextual code assistance beyond typical token-window limitations.
188 stars. No commits in the last 6 months.
Stars
188
Forks
32
Language
Python
License
—
Category
Last pushed
Sep 18, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/Neverdecel/CodeRAG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
llm-tools/embedJs
A NodeJS RAG framework to easily work with LLMs and embeddings
parthsarthi03/raptor
The official implementation of RAPTOR: Recursive Abstractive Processing for Tree-Organized Retrieval
DHT-AI-Studio/RAPTOR
RAPTOR (Rapid AI-Powered Text and Object Recognition) is an AI-native Content Insight Engine...
neuron-core/raptor-retrieval
Recursive Abstractive Processing for Tree-Organized Retrieval - Neuron PHP Framework
himanshu231204/ragnova-rag-chatbot
🔍 End-to-end RAG (Retrieval-Augmented Generation) pipeline built with LangChain, ChromaDB &...