Skip to main content
  1. Posts/

Code Repository RAG Assistant Review

·41 words·1 min
Huayang Gao
Author
Huayang Gao
Notes on projects, source code reading, backend engineering and AI applications.

This project imports GitHub repositories and supports code question answering and Git diff impact analysis.

Main pipeline:

Repository download -> code chunking -> embedding -> pgvector retrieval -> LLM answer

Current focus:

  • AST-based semantic chunking
  • Hybrid retrieval
  • Query rewrite
  • Retrieval evaluation