Update agent.py
Browse files
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
|