Towhidul commited on
Commit
2c2454d
·
verified ·
1 Parent(s): 2551271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ from llama_index.multi_modal_llms.openai import OpenAIMultiModal
16
  from llama_index.core.prompts import PromptTemplate
17
  from llama_index.core.schema import ImageNode
18
  from llama_index.core.base.response.schema import Response
19
- from typing import Optional, List
 
20
 
21
  from llama_index.core.query_engine import CustomQueryEngine
22
  from llama_index.core.retrievers import BaseRetriever
 
16
  from llama_index.core.prompts import PromptTemplate
17
  from llama_index.core.schema import ImageNode
18
  from llama_index.core.base.response.schema import Response
19
+ from typing import Any, List, Optional, Tuple
20
+ from llama_index.core.postprocessor.types import BaseNodePostprocessor
21
 
22
  from llama_index.core.query_engine import CustomQueryEngine
23
  from llama_index.core.retrievers import BaseRetriever