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

feat: new library Retrieval Augmented Generation (RAG) #1357

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

excalibot
Copy link
Member

The Retrieval Augmented Generation library in Excalidraw is a set of custom graphical items designed to visualize and explain the components of a retrieval-based language generation system. It includes four main elements:

Embeddings Model: This item represents the machine learning model that transforms text into a numerical form, i.e., embeddings. It's depicted as a stylized box with the words "Embeddings Model" to signify the complex computations happening inside.

Chat LLM (Language Learning Model): This item symbolizes the conversational AI model that understands and generates human language, augmented with a retrieval mechanism. It's illustrated as a chat box with the acronym "LLM" to denote its capability to learn and understand language in a conversational context, and a magnifying glass to signify the retrieval component.

Embeddings Vector: This item is a visual representation of the numerical vectors that result from the Embeddings Model. It's drawn as a series of points or a vector in a multi-dimensional space to emphasize the high-dimensional nature of text embeddings.

Text Chunk: This item signifies a piece of text that is input into the system. It's depicted as a block of text to represent any arbitrary piece of text data that can be processed by the system.

These items can be used together to create diagrams that illustrate the flow of data and the interactions between these components in a retrieval-based language generation system.

Submitted by @13pass

Items: Embeddings model, chat LLM, Embeddings vector, text chunk

Installation link

Copy link

vercel bot commented Apr 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
excalidraw-libraries ✅ Ready (Inspect) Visit Preview Apr 30, 2024 8:16am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant