Skip to content
Snippets Groups Projects
Unverified Commit 624c721a authored by Marcus Schiesser's avatar Marcus Schiesser Committed by GitHub
Browse files

chore: update to llamaindex 0.10.55 (#165)

parent d2c66cf5
Branches
Tags
No related merge requests found
---
"create-llama": patch
---
Update to LlamaIndex 0.10.55
...@@ -121,7 +121,7 @@ const getAdditionalDependencies = ( ...@@ -121,7 +121,7 @@ const getAdditionalDependencies = (
case "llamacloud": case "llamacloud":
dependencies.push({ dependencies.push({
name: "llama-index-indices-managed-llama-cloud", name: "llama-index-indices-managed-llama-cloud",
version: "^0.2.1", version: "^0.2.5",
}); });
break; break;
} }
......
...@@ -14,7 +14,7 @@ fastapi = "^0.109.1" ...@@ -14,7 +14,7 @@ fastapi = "^0.109.1"
uvicorn = { extras = ["standard"], version = "^0.23.2" } uvicorn = { extras = ["standard"], version = "^0.23.2" }
python-dotenv = "^1.0.0" python-dotenv = "^1.0.0"
aiostream = "^0.5.2" aiostream = "^0.5.2"
llama-index = "0.10.54post1" llama-index = "0.10.55"
cachetools = "^5.3.3" cachetools = "^5.3.3"
[build-system] [build-system]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment