Skip to content

Commit 9c91df7

Browse files
authored
Merge pull request #51 from tjaffri/tjaffri/llamaindex-docs
2 parents 076a9f7 + e690106 commit 9c91df7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/human_in_the_loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Human In The Loop
22

3-
Guide for **Human-In-The-Loop** scenarios within the UiPath-LLamaIndex integration.
3+
Guide for **Human-In-The-Loop** scenarios within the UiPath-LlamaIndex integration.
44
It focuses on the **ctx.write_event_to_stream** LlamaIndex functionality.
55

66
## Models Overview

docs/quick_start.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Quickstart Guide: UiPath LLamaIndex Agents
1+
# Quickstart Guide: UiPath LlamaIndex Agents
22

33
## Introduction
44

5-
This guide provides step-by-step instructions for setting up, creating, publishing, and running your first UiPath-LLamaIndex Agent.
5+
This guide provides step-by-step instructions for setting up, creating, publishing, and running your first UiPath-LlamaIndex Agent.
66

77
## Prerequisites
88

@@ -94,7 +94,7 @@ Activate with: source .venv/bin/activate
9494

9595
## Create Your First UiPath Agent
9696

97-
Generate your first UiPath LLamaIndex agent:
97+
Generate your first UiPath LlamaIndex agent:
9898

9999
<!-- termynal -->
100100

@@ -113,8 +113,8 @@ This command creates the following files:
113113

114114
| File Name | Description |
115115
|------------------|----------------------------------------------------------------------------------------------------------------------------------|
116-
| `main.py` | LLamaIndex agent code. |
117-
| `llama_index.json` | LLamaIndex specific configuration file. |
116+
| `main.py` | LlamaIndex agent code. |
117+
| `llama_index.json` | LlamaIndex specific configuration file. |
118118
| `pyproject.toml` | Project metadata and dependencies as per [PEP 518](https://peps.python.org/pep-0518/). |
119119

120120

@@ -316,6 +316,6 @@ section, as agent input:
316316

317317
## Next Steps
318318

319-
Congratulations! You have successfully set up, created, published, and run a UiPath LangChain Agent. 🚀
319+
Congratulations! You have successfully set up, created, published, and run a UiPath LlamaIndex Agent. 🚀
320320

321321
For more advanced agents and agent samples, please refer to our [samples section](https://github.com/UiPath/uipath-llamaindex-python/tree/main/samples) in GitHub.

0 commit comments

Comments
 (0)