Gurnam-AI commited on
Commit
5608095
·
verified ·
1 Parent(s): 29d5209

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ def demo():
239
  """<center><h2>PDF-based chatbot</center></h2>
240
  <h3>Ask any questions about your PDF documents</h3>""")
241
  gr.Markdown(
242
- """<b>Note:</b> This AI assistant, using Langchain and open-source LLMs, performs retrieval-augmented generation (RAG) from your PDF documents. \
243
  The user interface explicitely shows multiple steps to help understand the RAG workflow.
244
  This chatbot takes past questions into account when generating answers (via conversational memory), and includes document references for clarity purposes.<br>
245
  <br><b>Warning:</b> This space uses the free CPU Basic hardware from Hugging Face. Some steps and LLM models used below (free inference endpoints) can take some time to generate a reply.
 
239
  """<center><h2>PDF-based chatbot</center></h2>
240
  <h3>Ask any questions about your PDF documents</h3>""")
241
  gr.Markdown(
242
+ """<b>Note:</b> This AI assistant, using Langchain and Azure OpenAI LLM, performs retrieval-augmented generation (RAG) from your PDF documents. \
243
  The user interface explicitely shows multiple steps to help understand the RAG workflow.
244
  This chatbot takes past questions into account when generating answers (via conversational memory), and includes document references for clarity purposes.<br>
245
  <br><b>Warning:</b> This space uses the free CPU Basic hardware from Hugging Face. Some steps and LLM models used below (free inference endpoints) can take some time to generate a reply.