Ary-007 commited on
Commit
a652cb6
Β·
verified Β·
1 Parent(s): 7c11c25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ with st.sidebar:
119
  # ──────────────────────────────────────────────────────────────────
120
 
121
  st.title("πŸ€– Advanced Multimodal RAG (with chat history)")
122
- st.caption("Using GPT-4.1, Pinecone, Flash Rank for Re-ranking and Reciprocal Rank Fusion (Do not upload extremly large PDFs!)")
123
 
124
  # Display History
125
  for msg in st.session_state.messages:
 
119
  # ──────────────────────────────────────────────────────────────────
120
 
121
  st.title("πŸ€– Advanced Multimodal RAG (with chat history)")
122
+ st.caption("Using GPT-4.1, IntFloat-e5-basev2 as Embedding model and Pinecone as Vector Database (Do not upload extremly large PDFs!)")
123
 
124
  # Display History
125
  for msg in st.session_state.messages: