∫ Product
Graph RAG
Подбор лемм Mathlib для целей Lean4: граф знаний и векторная аугментация. Восемь шагов pipeline, без обращений к LLM на горячем пути.
Pipeline C21
- Feature extraction by regex (9 patterns, 0 LLM calls).
- Classify patterns: apply / rw / simp / def.
- Seed entity resolution via SPARQL to GraphDB.
- Graph expansion: usesInType, usesInValue edges.
- Enrich from PostgreSQL (lean_code, attributes).
- Classify candidates by tactic.
- Structured formatting of hints.
- Vector augmentation via Qdrant (when needed).
Demo
Request hints
Paste Lean4 code or a goal fragment and get relevant Mathlib lemmas.