Skip to content

Commit

Permalink
Add llm chatbot amp
Browse files Browse the repository at this point in the history
  • Loading branch information
asong-c committed May 5, 2023
1 parent 9b095f3 commit 6b3cd89
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions amp-catalog-cloudera-default.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
name: Cloudera

entries:
- title: LLM Chatbot Augmented with Enterprise Data
label: llm-chatbot
short_description: |
Build a Retrieval Augmented Generation (RAG) Question-Answer Large
Language Model (LLM) Bot with local documents
long_description: |
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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This AMP builds a Retrieval Augmented Generation (RAG)
Question-Answer Large Language Model (LLM) Bot application which
demonstrates how context from local documents can be used with pre-trained
LLM models to perform context retrieval and chat response
generation with factual responses.
image_path: >-
https://raw.githubusercontent.com/cloudera/CML_AMP_LLM_Chatbot_Augmented_with_Enterprise_Data/main/images/catalog-screenshot.png
tags:
- Chatbot
- LLM
- Huggingface
- Generative AI
- RAG
- Vector DB
- Milvus
- Transformers
- NLP
git_url: 'https://github.com/cloudera/CML_AMP_LLM_Chatbot_Augmented_with_Enterprise_Data'
is_prototype: true

- title: Churn Modeling with scikit-learn
label: churn-prediction
short_description: Build an scikit-learn model to predict churn using customer telco data.
Expand Down

0 comments on commit 6b3cd89

Please sign in to comment.