Spaces:
Runtime error
Runtime error
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
|
597 |
-
Control `RAG instruction to fit your language
|
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 = [
|