Show HN: IA-SQL – Postgres compiles your documents into a wiki with an LLM
Category: infrastructure
Tags: postgresql, llm, knowledge-base
Score: 6.8/10 (Innovation: 8, Technical: 7, Documentation: 7, Utility: 5)
IA-SQL is a PostgreSQL extension that implements an LLM-compiled knowledge base, where raw documents are asynchronously processed by a background worker using an external LLM to build and maintain a cross-referenced Markdown wiki. It flips the traditional RAG pattern by doing expensive work at ingest time, and its in-database background worker design is an innovative combo of database internals and AI pipelines.
Target audience: backend devs, data engineers, devops
Repository: https://github.com/feers77/iasql · C · NOASSERTION
View on Hacker News