PotatoHD404/QwenRag
A powerful RAG system for querying code repositories using tree-sitter parsing, LanceDB vector storage, and Qwen models
This tool helps software developers quickly find relevant code snippets and functions across their entire codebase. You feed it your code repositories, and it allows you to search for code based on its meaning, not just keywords. The output is precise file paths, line numbers, and character positions for the code you're looking for, enabling developers to efficiently navigate and understand large codebases.
No commits in the last 6 months.
Use this if you are a software developer frequently searching for specific functionalities, algorithms, or patterns within large or multiple code repositories and need results based on meaning rather than exact text matches.
Not ideal if you are looking for a simple keyword search tool or if your codebase is extremely small and easy to navigate manually.
Stars
16
Forks
2
Language
Python
License
MIT
Category
Last pushed
Jun 15, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/PotatoHD404/QwenRag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
swirlai/swirl-search
AI Search & RAG Without Moving Your Data. Get instant answers from your company's knowledge...
wzdavid/ThinkRAG
A LLM RAG system runs on your laptop. 大模型检索增强生成系统,可以轻松部署在笔记本电脑上,实现本地知识库智能问答。企业级SaaS版本请访问:
brevia-ai/brevia
Extensible API and framework to build your Retrieval Augmented Generation (RAG) and Information...
thinkany-ai/rag-search
RAG Search API
sankalp1999/code_qa
RAG on codebases using treesitter and LanceDB