Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
1543f99
1
Parent(s):
6b9eb29
fix typo
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ TITLE = "VUMC Chatbot"
|
|
34 |
DESCRIPTION="""Welcome to the first generation Vanderbilt AI assistant! \n This AI assistant is built atop the Databricks DBRX large language model
|
35 |
and is augmented with additional organization-specific knowledge. Specifically, it has been preliminarily augmented with knowledge of Vanderbilt University Medical Center
|
36 |
terms like **Data Lake**, **EDW** (Enterprise Data Warehouse), **HCERA** (Health Care and Education Reconciliation Act), and **thousands more!** The model has **no access to PHI**.
|
37 |
-
Try querying the model with any of the
|
38 |
model is to allow VUMC employees access to an intelligent assistant that improves and expedites VUMC work. \n
|
39 |
Feedback and ideas are very welcome! Please provide any feedback, ideas, or issues to the email: **[email protected]**.
|
40 |
We hope to gradually improve this AI assistant to create a large-scale, all-inclusive tool to compliment the work of all VUMC staff."""
|
|
|
34 |
DESCRIPTION="""Welcome to the first generation Vanderbilt AI assistant! \n This AI assistant is built atop the Databricks DBRX large language model
|
35 |
and is augmented with additional organization-specific knowledge. Specifically, it has been preliminarily augmented with knowledge of Vanderbilt University Medical Center
|
36 |
terms like **Data Lake**, **EDW** (Enterprise Data Warehouse), **HCERA** (Health Care and Education Reconciliation Act), and **thousands more!** The model has **no access to PHI**.
|
37 |
+
Try querying the model with any of the example prompts below for a simple introduction to both Vanderbilt-specific and general knowledge queries. The purpose of this
|
38 |
model is to allow VUMC employees access to an intelligent assistant that improves and expedites VUMC work. \n
|
39 |
Feedback and ideas are very welcome! Please provide any feedback, ideas, or issues to the email: **[email protected]**.
|
40 |
We hope to gradually improve this AI assistant to create a large-scale, all-inclusive tool to compliment the work of all VUMC staff."""
|