Biblos allows semantic search and summarization of Bible passages using state-of-the-art NLP techniques:
- Vector search over the entire Bible text using Chroma and BAAI BGE embeddings
- Summarization of search results using Anthropic’s Claude large language model
This enables powerful semantic search over biblical texts to find related passages, along with high quality summaries of the relationships between verses on a given topic.
Features
- Semantic search over the entire Bible text
- Summarization of search results using Claude LLM
- Web UI built with Streamlit for easy exploration
- Leverages Chroma for vector search over BAAI BGE embeddings
- Modular design allowing swapping of components like DB, embeddings, LLM etc.
Architecture
Biblos follows a RAG (Retrieval Augmented Generation) architecture:
- Bible text is indexed in a Chroma vector database using BGE sentence embeddings
- User searches for a topic, and relevant passages are retrieved by semantic similarity
- Top results are collated and passed to Claude to generate a summarization
This enables combining the strengths of dense vector search for retrieval with a powerful LLM for summarization.
The UI is built using Streamlit for easy exploration, with Python code modularized for maintainability.
Running Biblos
To run Biblos locally:
- Install requirements
- Download and preprocess Bible text into a Chroma database
- Launch the Streamlit app: