Skip to content

Commit 0923a38

Browse files
committed
update to lastest llama-index and llama-cloud
1 parent ba4c04d commit 0923a38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helpers/python.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const getAdditionalDependencies = (
121121
case "llamacloud":
122122
dependencies.push({
123123
name: "llama-index-indices-managed-llama-cloud",
124-
version: "^0.1.6",
124+
version: "^0.2.1",
125125
});
126126
break;
127127
}

templates/types/streaming/fastapi/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ fastapi = "^0.109.1"
1414
uvicorn = { extras = ["standard"], version = "^0.23.2" }
1515
python-dotenv = "^1.0.0"
1616
aiostream = "^0.5.2"
17-
llama-index = "0.10.41"
18-
llama-index-core = "0.10.41"
17+
llama-index = "0.10.50"
18+
llama-index-core = "0.10.50"
1919
cachetools = "^5.3.3"
2020

2121
[build-system]

0 commit comments

Comments
 (0)