Clement Vachet commited on
Commit
5eb3904
·
1 Parent(s): afc2218

Update HF space description

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -116,9 +116,10 @@ SPACE_TITLE = """
116
  """
117
 
118
  SPACE_INFO = """
119
- <b>Note:</b> This AI assistant, using Langchain and open-source LLMs, performs retrieval-augmented generation (RAG) from your PDF documents. \
120
  The user interface explicitely shows multiple steps to help understand the RAG workflow.
121
  This chatbot takes past questions into account when generating answers (via conversational memory), and includes document references for clarity purposes.<br>
 
122
  <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.
123
  """
124
 
 
116
  """
117
 
118
  SPACE_INFO = """
119
+ <b>Description:</b> This AI assistant, using Langchain and open-source LLMs, performs retrieval-augmented generation (RAG) from your PDF documents. \
120
  The user interface explicitely shows multiple steps to help understand the RAG workflow.
121
  This chatbot takes past questions into account when generating answers (via conversational memory), and includes document references for clarity purposes.<br>
122
+ <br><b>Notes:</b> Updated space with more recent LLM models (Qwen 2.5, Llama 3.2, SmolLM2 series)
123
  <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.
124
  """
125