You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: amp-catalog-cloudera-default.yaml
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,25 @@ entries:
6
6
short_description: |
7
7
Build a Retrieval Augmented Generation (RAG) Question-Answer Large
8
8
Language Model (LLM) Bot with local documents
9
-
long_description: |
10
-
IMPORTANT: Please read the following before proceeding. By configuring and launching this AMP, you will cause h2oai/h2ogpt-oig-oasst1-512-6.9b, which is a third party large language model (LLM), to be downloaded and installed into your environment from the third party’s website. Please see https://huggingface.co/h2oai/h2ogpt-oig-oasst1-512-6.9b for more information about the LLM, including the applicable license terms. If you do not wish to download and install h2oai/h2ogpt-oig-oasst1-512-6.9b, click “cancel” below. By clicking “Configure Project” below, you acknowledge the foregoing statement and agree that Cloudera is not responsible or liable in any way for h2oai/h2ogpt-oig-oasst1-512-6.9b. Author: Cloudera Inc.
9
+
long_description: >-
10
+
IMPORTANT: Please read the following before proceeding. By configuring and launching this AMP, you will cause h2oai/h2ogpt-oig-oasst1-512-6.9b, which is a third party large language model (LLM), to be downloaded and installed into your environment from the third party’s website. Please see https://huggingface.co/h2oai/h2ogpt-oig-oasst1-512-6.9b for more information about the LLM, including the applicable license terms. If you do not wish to download and install h2oai/h2ogpt-oig-oasst1-512-6.9b, click "Cancel" below. By clicking "Configure Project" below, you acknowledge the foregoing statement and agree that Cloudera is not responsible or liable in any way for h2oai/h2ogpt-oig-oasst1-512-6.9b. Author: Cloudera Inc.
11
11
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12
12
This AMP builds a Retrieval Augmented Generation (RAG)
13
13
Question-Answer Large Language Model (LLM) Bot application which
14
14
demonstrates how context from local documents can be used with pre-trained
15
15
LLM models to perform context retrieval and chat response
16
-
generation with factual responses.
17
-
16
+
generation with factual responses.
17
+
long_description_html: >-
18
+
IMPORTANT: Please read the following before proceeding. By configuring and launching this AMP, you will cause h2oai/h2ogpt-oig-oasst1-512-6.9b, which is a third party large language model (LLM), to be downloaded and installed into your environment from the third party’s website. Please see https://huggingface.co/h2oai/h2ogpt-oig-oasst1-512-6.9b for more information about the LLM, including the applicable license terms. If you do not wish to download and install h2oai/h2ogpt-oig-oasst1-512-6.9b, click "Cancel" below. By clicking "Configure Project" below, you acknowledge the foregoing statement and agree that Cloudera is not responsible or liable in any way for h2oai/h2ogpt-oig-oasst1-512-6.9b. Author: Cloudera Inc.
19
+
<br/>
20
+
<b>LLM Model</b>
21
+
This AMP builds a Retrieval Augmented Generation (RAG)
22
+
Question-Answer Large Language Model (LLM) Bot application which
23
+
demonstrates how context from local documents can be used with pre-trained
24
+
LLM models to perform context retrieval and chat response
0 commit comments