ankanghosh commited on
Commit
60a3d8c
·
verified ·
1 Parent(s): b9f5e3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -387,7 +387,7 @@ st.markdown("""
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:**
 
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): The 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:**