Skip to content

Commit

Permalink
Fixing small typo in quick start guide (#807)
Browse files Browse the repository at this point in the history
# What does this PR do?

Fixing small typo in the quick start guide

## Before submitting

- [x] This PR fixes a typo or improves the docs (you can dismiss the
other checks if that's the case).
  • Loading branch information
pmccarthy authored Jan 17, 2025
1 parent 53b5f6b commit e1decae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quick Start

In this guide, we'll through how you can use the Llama Stack client SDK to build a simple RAG agent.
In this guide, we'll walk through how you can use the Llama Stack client SDK to build a simple RAG agent.

The most critical requirement for running the agent is running inference on the underlying Llama model. Depending on what hardware (GPUs) you have available, you have various options. We will use `Ollama` for this purpose as it is the easiest to get started with and yet robust.

Expand Down

0 comments on commit e1decae

Please sign in to comment.