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 answerCurrent focus:
- AST-based semantic chunking
- Hybrid retrieval
- Query rewrite
- Retrieval evaluation


