Skip to content

Commit

Permalink
added description to community readme
Browse files Browse the repository at this point in the history
  • Loading branch information
katherineh123 committed Aug 27, 2024
1 parent e5a32a2 commit ef2216d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Community examples are sample code and deployments for RAG pipelines that are no

* [Digital Human Security Analyst with NVIDIA Morpheus](./digital-human-security-analyst/)

In this example, we create a RAG enabled co-pilot for Security Operation Center analysts. This tutorial can be applied to any use case where data __retrieval__ and __synthesis__ can be simple but tedious (ie. writing reports from numerical datapoints). We cover data ingestion, multi-step agentic reasoning, RAG, speech input/output, and __digital human face model animation__ using the [Morpheus cybersecurity](https://developer.nvidia.com/morpheus-cybersecurity), [LLM NIMs](https://build.nvidia.com/meta/llama-3_1-8b-instruct), [NeMo Retriever](https://www.nvidia.com/en-us/ai-data-science/products/nemo/), [Riva Speech Services](https://developer.nvidia.com/riva), and [ACE Audio2Face](https://build.nvidia.com/nvidia/audio2face) respectively.
In this example, we create a RAG enabled co-pilot for Security Operation Center analysts, with speech and facial animation. This tutorial can be applied to any use case where data __retrieval__ and __synthesis__ can be simple but tedious (ie. writing reports from multiple numerical datasources, or customer service requiring data lookup). We cover data ingestion, multi-step agentic reasoning, RAG, speech input/output, and __digital human face model animation__ using the [Morpheus cybersecurity](https://developer.nvidia.com/morpheus-cybersecurity), [LLM NIMs](https://build.nvidia.com/meta/llama-3_1-8b-instruct), [NeMo Retriever](https://www.nvidia.com/en-us/ai-data-science/products/nemo/), [Riva Speech Services](https://developer.nvidia.com/riva), and [ACE Audio2Face](https://build.nvidia.com/nvidia/audio2face) respectively.


* [NVIDIA Knowledge Graph RAG](./knowledge_graph_rag)
Expand Down

0 comments on commit ef2216d

Please sign in to comment.