Coool2 commited on
Commit
4c8cd1a
·
verified ·
1 Parent(s): ce4635f

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -0
agent.py CHANGED
@@ -23,6 +23,8 @@ from llama_index.core.retrievers import VectorIndexRetriever
23
  from llama_index.core.tools import FunctionTool
24
  from llama_index.core.workflow import Context
25
  from llama_index.postprocessor.colpali_rerank import ColPaliRerank
 
 
26
 
27
  # LlamaIndex specialized imports
28
  from llama_index.callbacks.wandb import WandbCallbackHandler
 
23
  from llama_index.core.tools import FunctionTool
24
  from llama_index.core.workflow import Context
25
  from llama_index.postprocessor.colpali_rerank import ColPaliRerank
26
+ from llama_index.core.schema import ImageNode, TextNode
27
+
28
 
29
  # LlamaIndex specialized imports
30
  from llama_index.callbacks.wandb import WandbCallbackHandler