mormot2-pgvector
Vector search and Retrieval Augmented Generation (RAG) over Pascal source code, built on mORMot 2, PostgreSQL and pgvector.
Point it at a folder of .pas files and you get a chatbot that answers from
your actual code, with file:line citations.
Pages
| Page | Contents |
|---|---|
| Introduction | What it does, why it exists, what it isn't |
| Getting Started | Checkout to first answer, in 10 minutes |
| Configuration | Environment variables, CLI flags, config records |
| RAG Explained | Primer for developers new to retrieval |
| Architecture | Unit-by-unit map and data flow |
| CLI Reference | The three command-line programs |
| Library Guide | Using the Pascal API directly |
| Cross-platform | Supported OS/compiler combinations |
| Production Deployment | Running it outside a laptop |
| Troubleshooting | Common first-run failures |
| Roadmap | Where v0.1.0 stops, and what comes next |