Show HN: Bible as RAG Database
Cross Canon Search is a web application that treats the Bible as a RAG (Retrieval-Augmented Generation) database. The site, hosted at crosscanon.com, provides a search interface where users can query passages from the Bible. It supports both Protestant and Catholic canons, allowing users to select specific books or leave the field blank to search every book in the chosen canon. The interface includes a list of books from Genesis to Revelation, covering the Old and New Testaments. The application loads scripture text and displays results in a dedicated area. The frontend is built using Remix, as indicated by the imported route modules and manifest file. The tool is designed to facilitate searching and retrieving biblical passages, likely for use in RAG-based applications or study.
Developers can use the Bible as a structured RAG database for AI applications.