Skip to content

eliranwong/searchbibleai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Search Bible AI

Integrate Unique Bible App resources with AI tools

Built upon our projects, the UniqueBible App and LetMeDoIt AI, SearchBible AI is our latest Bible app that aims to integrate our comprehensive Bible resources with the recent advancements in AI technology and tools.

Installation / Upgrade

pip install --upgrade searchbible

Usage

searchbible

searchbible <query>

e.g.

searchbible "John 3:16"

searchbible "Jesus loves"

  • enter a single reference to display a full chapter

  • enter multiple references to display verses

  • enter a bible version abbreviation, e.g. KJV, to switch to a particular bible version

  • enter a search query to perform a simple search

  • enter '.verses' or press 'Ctrl+F' to perform a detailed search for verses

  • enter '.paragraphs' or press 'Esc+F' to perform a detailed search for paragraphs

  • press 'Ctrl+P' to toggle bible comparison

  • press 'Esc+P' to select bible versions for comparison

  • press 'Ctrl+G' to launch ChatGPT chatbot

  • press 'Esc+G' to luanch GeminiPro chatbot

  • press 'Ctrl+K' to display available shortcut keys

  • enter '{config.exit_entry}' or press 'Ctrl+Q' to exit current feature of quit the app

Shortcuts

  • enter ":" to reload previously selected chapter and verse

  • enter "<chatper_number>:" to open a particular chapter in the same book, e.g. "3:"

  • enter ":<verse_number>" to select a particular verse in the same chapter, e.g. ":16"

To start with default entry from terminal, e.g.:

searchbible KJV

searchbible "John 3:16; Rm 5:8"

searchbible "Jesus love"

UBA module converter

To convert an UniqueBible App bible files, with a given path, e.g. /temp/KJV.bible

searchbibleconverter -b /temp/KJV.bible

For batch conversion, place multiple bible files in a folder, e.g. /temp/

searchbibleconverter -b /temp/

batch_conversion

Progress

  1. Support conversion of UnqiueBible App bibles (done)

  2. Build simple cli interface for reading single bible chapter (done)

  3. Build simple cli interface for searching verses (done)

  4. Build simple cli interface for searching paragraphs (done)

  5. Integrate bible comparison feature (done)

  6. Integrates ChatGPT and Gemini Pro features (partial)

  7. Support more UnqiueBible App bible resources (pending)

  8. Build a Qt-based graphical user interface, like we do in UniqueBible App (pending)

New Features that are not available in oiginal Unique Bible App

  • bible modules vector database formats on top of SQLite format

  • support searching individual paragraphs in addition to searching individual verses

  • support semantic searches (i.e. search for meaning); both in verses and paragraphs

  • support cross-language semantic searches, e.g. search a Greek bible with English input or search an English bible with Chinese input

  • combination of literal search, semantic search and regular expression search in a single search

  • more to be added

About

Integrate Unique Bible App resources with AI tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages