nxphi47 commited on
Commit
3ebf29b
1 Parent(s): 72a9488

Update multipurpose_chatbot/demos/rag_chat_interface.py

Browse files
multipurpose_chatbot/demos/rag_chat_interface.py CHANGED
@@ -593,8 +593,8 @@ class RagChatInterfaceDemo(ChatInterfaceDemo):
593
 
594
  description = (
595
  description or
596
- f"""Upload a long document to ask question with RAG. Check at the bottom the retrieved RAG text segment.
597
- Control `RAG instruction to fit your language`. Embedding model {RAG_EMBED_MODEL_NAME}."""
598
  )
599
 
600
  additional_inputs = [
 
593
 
594
  description = (
595
  description or
596
+ f"""Upload a long document to ask question with RAG. Check the retrieved RAG text segment below.
597
+ Control `RAG instruction` param to fit your language. Embedding model {RAG_EMBED_MODEL_NAME}."""
598
  )
599
 
600
  additional_inputs = [