Spaces:
Running
Running
Update app.py
Browse files
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
|
|
|
|
|
|
|
|
|
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.
|