I started working on something that would enable me to use llms to ask questions to the Quran and related texts. I didn't have much prior exposure to AI. Except for some usage of chatgpt and the API. I'd be curious to get some feedback. I pre-built an index of embeddings for the Quran, Hadith (bukhari) and names of Allah. Any question first queries the index to create a context that's then fed in for the actual question. I think there's still significant tweaking required, but I'm learning something doing it so I thought it might be interesting to share.
The code is also open source. https://github.com/asim/reminder