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

Commit deba74f

Browse files
HomelessDinosaurdavemooreuwsjyecusch
authored
Apply suggestions from code review
Co-authored-by: David Moore <[email protected]> Co-authored-by: Jye Cusch <[email protected]>
1 parent 6b5f321 commit deba74f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/guides/python/llama-rag.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ languages:
88
featured:
99
image: /docs/images/guides/llama-rag/featured.png
1010
image_alt: 'Llama RAG featured image'
11-
published_at: 2024-11-15
12-
updated_at: 2024-11-15
11+
published_at: 2024-11-21
12+
updated_at: 2024-11-21
1313
---
1414

1515
# Making LLMs smarter with Dynamic Knowledge Access
1616

17-
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.
17+
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. Training a model that is useful for your own domain-specific purposes can be extremely expensive in both time and computing power. Therefore, using RAG is a cost-effective alternative to extending the capabilities of an existing LLM.
18+
To demonstrate RAG in this guide, we'll provide Llama 3.2 with access to Nitric's documentation so that it can answer specific questions. You can adjust this guide with another data source that meets your needs.
1819

1920
## Prerequisites
2021

0 commit comments

Comments
 (0)