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
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,30 +33,11 @@ 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
42
39
```
43
40
44
-
Alternatively, use `pip`:
45
-
46
-
```bash
47
-
# Create virtual environment
48
-
python -m venv .venv
49
-
50
-
# Activate virtual environment
51
-
# On Windows PowerShell: .venv\Scripts\Activate.ps1
0 commit comments