Skip to content

Commit a8f89ed

Browse files
committed
fix
1 parent 50f8919 commit a8f89ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helpers/python.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const getAdditionalDependencies = (
128128
case "llamacloud":
129129
dependencies.push({
130130
name: "llama-index-indices-managed-llama-cloud",
131-
version: "^0.2.7",
131+
version: "^0.3.0",
132132
});
133133
break;
134134
}

templates/components/engines/python/agent/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from app.engine.index import IndexConfig, get_index
44
from app.engine.tools import ToolFactory
5-
from llama_index.callbacks import CallbackManager
65
from llama_index.core.agent import AgentRunner
6+
from llama_index.core.callbacks import CallbackManager
77
from llama_index.core.settings import Settings
88
from llama_index.core.tools.query_engine import QueryEngineTool
99

0 commit comments

Comments
 (0)