From b329de37316328e8c17092b02a4c08777f998c32 Mon Sep 17 00:00:00 2001 From: superellipse Date: Tue, 18 Jun 2024 16:15:07 +0530 Subject: [PATCH] updated WealthE community AMP --- community-amp-catalog-default.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/community-amp-catalog-default.yaml b/community-amp-catalog-default.yaml index 086ff21..93e6c25 100644 --- a/community-amp-catalog-default.yaml +++ b/community-amp-catalog-default.yaml @@ -121,3 +121,24 @@ entries: is_prototype: true is_community: true is_new: true + - title: WealthE + label: WealthE + short_description: | + WealthE is a GenAI wealth education assistant, which uses llama3 & Ollama to answer queries on Indian Capital Markets. + long_description: | + This AMP uses Ollama LLM service to create a self-hosted Wealth Educator application contextualized for Indian Capital Market.It uses the llama3 LLM to provide ChatGPT style interface that holds conversational memory. In addition we demonstrate LLM Ops through prompt evaluation using TruLens and Mlflow frameworks. + long_description_html: | + This AMP uses Ollama LLM service to create a self-hosted Wealth Educator application contextualized for Indian Capital Market.It uses the llama3 LLM to provide ChatGPT style interface that holds conversational memory. In addition we demonstrate LLM Ops through prompt evaluation using TruLens and Mlflow frameworks. + image_path: >- + https://raw.githubusercontent.com/superellipse/WealthE/main/assets/images/amp-logo.png + tags: + - LLMOps + - ollama + - llamaindex + - llama3 + - chainlit + - Trulens + git_url: 'https://github.com/SuperEllipse/WealthE' + is_prototype: true + is_community: true + is_new: true \ No newline at end of file