Skip to content

Commit 369ca9b

Browse files
Update content/guides/genai-leveraging-rag/index.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent 55126a0 commit 369ca9b

File tree

1 file changed

+1
-1
lines changed
  • content/guides/genai-leveraging-rag

1 file changed

+1
-1
lines changed

content/guides/genai-leveraging-rag/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RAG is a hybrid framework that enhances the capabilities of large language model
3030
- **Large Language Model (LLM)** for generating responses
3131
- **Vector embeddings** to enable semantic search
3232

33-
In a Retrieval-Augmented Generation (RAG) system, vector embeddings are used to represent the semantic meaning of text in a way that a machine can understand and process. For instance, the words "dog" and "puppy" will have similar embeddings because they share similar meanings. By integrating these embeddings into the RAG framework, the system can combine the generative power of large language models with the ability to pull in highly relevant, contextually-aware data from external sources.
33+
In a RAG system, vector embeddings are used to represent the semantic meaning of text in a way that a machine can understand and process. For instance, the words "dog" and "puppy" will have similar embeddings because they share similar meanings. By integrating these embeddings into the RAG framework, the system can combine the generative power of large language models with the ability to pull in highly relevant, contextually-aware data from external sources.
3434

3535
The system operates as follows:
3636
1. Questions get turned into mathematical patterns that capture their meaning

0 commit comments

Comments
 (0)