Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ demo = gr.Interface(fn=greet,
|
|
116 |
Large language models (LLM) today often fall short in providing accurate specialized information. Inquiries related to fields such as medicine, law, or finance may result in inaccurate responses.\n
|
117 |
Retrieval-Augmented Generation (RAG) is a widely adopted solution to this challenge. By storing specialized knowledge in a database, RAG enables Bots to search the knowledge base and generate precise, expert-level responses.\n
|
118 |
This methodology not only allows businesses to develop Bots tailored to their specific operations by incorporating proprietary data and knowledge but also ensures enhanced security by hosting the knowledge base on their own servers, thereby reducing the risk of data breaches.\n
|
119 |
-
Try to upload your own documents or
|
120 |
)
|
121 |
demo.launch(debug=True)
|
122 |
|
|
|
116 |
Large language models (LLM) today often fall short in providing accurate specialized information. Inquiries related to fields such as medicine, law, or finance may result in inaccurate responses.\n
|
117 |
Retrieval-Augmented Generation (RAG) is a widely adopted solution to this challenge. By storing specialized knowledge in a database, RAG enables Bots to search the knowledge base and generate precise, expert-level responses.\n
|
118 |
This methodology not only allows businesses to develop Bots tailored to their specific operations by incorporating proprietary data and knowledge but also ensures enhanced security by hosting the knowledge base on their own servers, thereby reducing the risk of data breaches.\n
|
119 |
+
Try to upload your own documents or URLs below:"""
|
120 |
)
|
121 |
demo.launch(debug=True)
|
122 |
|