Spaces:
Sleeping
Sleeping
Update README
Browse files
app.py
CHANGED
@@ -44,8 +44,6 @@ with st.container():
|
|
44 |
"""
|
45 |
Simple Retrieval Augmented Generation (RAG) application that allows users to upload PDF documents and engage in a conversational Q&A, with a language model (LLM) based on the content of those documents. Built with LangChain as Streamlit.
|
46 |
|
47 |
-
Think of it as ChatGPT for your documents.
|
48 |
-
|
49 |
Supports PDF, TXT, DOCX • Limit 200MB per file.
|
50 |
* GitHub: https://github.com/vinhnx/InkChatGPT
|
51 |
* Twitter: https://x.com/vinhnx
|
|
|
44 |
"""
|
45 |
Simple Retrieval Augmented Generation (RAG) application that allows users to upload PDF documents and engage in a conversational Q&A, with a language model (LLM) based on the content of those documents. Built with LangChain as Streamlit.
|
46 |
|
|
|
|
|
47 |
Supports PDF, TXT, DOCX • Limit 200MB per file.
|
48 |
* GitHub: https://github.com/vinhnx/InkChatGPT
|
49 |
* Twitter: https://x.com/vinhnx
|