Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added example refarch entry #390

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions refarch/ai/rag_llm/design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# RAG LLM Reference Architecture

This is a placeholder for architecture design documentation.

![refarch_llm_rag.png]
19 changes: 19 additions & 0 deletions refarch/ai/rag_llm/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
title: Generative AI (RAG LLM)
id: CCC.RagLLM
description: |
Generative AI (RAG LLM) is a machine learning model that generates text based on
a given prompt. It is trained on a large corpus of text data and uses a
transformer architecture to generate text that is coherent and contextually
relevant. RAG LLM is used in a variety of applications, including chatbots,
content generation, and question answering systems.
services:
- id: CCC.RagLLM.S01
title: # TODO
service_category: CCC.ObjStor
purpose: # TODO
tlp_level: # TODO
connections:
inbound:
- CCC.RagLLM.S02
outbound:
- CCC.RagLLM.S02
Binary file added refarch/ai/rag_llm/refarch_llm_rag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading