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