Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c95079a

Browse files
update title
1 parent 1190b67 commit c95079a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/python/llama-rag.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: 'Transform your LLMs with Retrieval Augmented Generation'
2+
description: 'Making LLMs smarter with Dynamic Knowledge Access using Retrieval Augmented Generation'
33
tags:
44
- API
55
- AI & Machine Learning
@@ -12,7 +12,7 @@ published_at: 2024-11-15
1212
updated_at: 2024-11-15
1313
---
1414

15-
# Using Retrieval Augmented Generation to enhance your LLMs
15+
# Making LLMs smarter with Dynamic Knowledge Access
1616

1717
This guide shows how to use Retrieval Augmented Generation (RAG) to enhance a large language model (LLM). RAG is the process of enabling an LLM to reference context outside of its initial training data before generating its response. It can be extremely expensive in both time and computing power to train a model that is useful for your own domain-specific purposes. Therefore, using RAG is a cost-effective alternative to extending the capabilities of an existing LLM.
1818

0 commit comments

Comments
 (0)