We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f8919 commit a8f89edCopy full SHA for a8f89ed
helpers/python.ts
@@ -128,7 +128,7 @@ const getAdditionalDependencies = (
128
case "llamacloud":
129
dependencies.push({
130
name: "llama-index-indices-managed-llama-cloud",
131
- version: "^0.2.7",
+ version: "^0.3.0",
132
});
133
break;
134
}
templates/components/engines/python/agent/engine.py
@@ -2,8 +2,8 @@
2
3
from app.engine.index import IndexConfig, get_index
4
from app.engine.tools import ToolFactory
5
-from llama_index.callbacks import CallbackManager
6
from llama_index.core.agent import AgentRunner
+from llama_index.core.callbacks import CallbackManager
7
from llama_index.core.settings import Settings
8
from llama_index.core.tools.query_engine import QueryEngineTool
9
0 commit comments