Skip to content

jud-sdev/lds-clerkbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 

Repository files navigation

RAG Project for Ward and Stake Clerks

This project uses Retrieval-Augmented Generation (RAG) to answer questions posed by ward and stake clerks of The Church of Jesus Christ of Latter-day Saints. The data is sourced from the General Handbook of Instructions of the Church (https://www.churchofjesuschrist.org/study/manual/general-handbook?lang=eng). The project leverages the LlamaIndex framework.

Features

  • Accurate retrieval of information from the General Handbook
  • Generative responses using advanced language models
  • User-friendly query interface

Prerequisites

  • Python 3.11+
  • Poetry

Steps

1. Clone the repository:

git clone https://github.com/jud-sdev/lds-clerkbot.git
cd lds-clerkbot

2. Install dependencies using Poetry:

poetry install

3. Activate the virtual environment:

poetry shell

Getting Started

First, startup the backend as described in the backend README.

Second, run the development server of the frontend as described in the frontend README.

Open https://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published