Spaces:
Runtime error
Runtime error
Kushwanth Chowday Kandala
commited on
Commit
•
81d7170
1
Parent(s):
db780e3
wikipedia
Browse files
app.py
CHANGED
@@ -233,6 +233,7 @@ with st.sidebar:
|
|
233 |
- Now Chat with your documents with help of this RAG system
|
234 |
- It Generate Promted reponses on the upload pdf
|
235 |
- Provides summarized results and QA's using GPT models
|
|
|
236 |
""")
|
237 |
uploaded_files = st.file_uploader('Choose your .pdf file', type="pdf", accept_multiple_files=True, key="uploaded_files", on_change=create_embeddings)
|
238 |
# for uploaded_file in uploaded_files:
|
|
|
233 |
- Now Chat with your documents with help of this RAG system
|
234 |
- It Generate Promted reponses on the upload pdf
|
235 |
- Provides summarized results and QA's using GPT models
|
236 |
+
- This system already trained on some wikipedia datasets too
|
237 |
""")
|
238 |
uploaded_files = st.file_uploader('Choose your .pdf file', type="pdf", accept_multiple_files=True, key="uploaded_files", on_change=create_embeddings)
|
239 |
# for uploaded_file in uploaded_files:
|