ankanghosh commited on
Commit
3fa1ede
·
verified ·
1 Parent(s): 44b9822

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -384,7 +384,11 @@ st.markdown("---")
384
  # About section with enhanced explanations
385
  st.markdown("""
386
  ### About this app
387
- This application uses a Retrieval-Augmented Generation (RAG) system to answer questions about spirituality based on insights from Indian spiritual texts. It searches through a database of texts to find relevant passages and generates answers based on those passages.
 
 
 
 
388
 
389
  **Important to note:**
390
  - This is not a general chatbot. It is specifically designed to answer spiritual questions based on referenced texts, as against generating historical information or reproducing stories of saints or spiritual leaders.
 
384
  # About section with enhanced explanations
385
  st.markdown("""
386
  ### About this app
387
+ This application uses a Retrieval-Augmented Generation (RAG) system to answer questions about spirituality based on insights from Indian
388
+ spiritual texts. It searches through a database of texts to find relevant passages and generates answers based on those passages.
389
+
390
+ Techical Information (Optional): TThe RAG pipeline is powered by an underlying large embedding model that converts texts into searchable
391
+ vector representations (using FAISS indices) and a Large Language Model (LLM) that summarizes and presents the findings of the system.
392
 
393
  **Important to note:**
394
  - This is not a general chatbot. It is specifically designed to answer spiritual questions based on referenced texts, as against generating historical information or reproducing stories of saints or spiritual leaders.