vinhnx90 commited on
Commit
c659992
1 Parent(s): 0c5e8e3

Update README

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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