You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/quickstart-llamacloud/README.md
+40-49Lines changed: 40 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Quickstart LlamaCloud Agent
2
2
3
-
This project demonstrates how to integrate UiPath with LlamaIndex and LlamaCloud for document search and travel assistance workflows using a FunctionAgent.
3
+
This project demonstrates how to integrate UiPath with LlamaIndex and LlamaCloud for document search and travel assistance workflows using a `FunctionAgent`.
4
4
5
5
## Overview
6
6
@@ -33,9 +33,6 @@ The Quickstart LlamaCloud Agent provides a FunctionAgent that can:
33
33
We recommend using `uv` for package management:
34
34
35
35
```bash
36
-
# Initialize a new uv project
37
-
uv init .
38
-
39
36
# Create and activate virtual environment
40
37
uv venv
41
38
source .venv/bin/activate # On Windows: .venv\Scripts\activate
0 commit comments