Docfile commited on
Commit
c3e4f4a
·
verified ·
1 Parent(s): 91f1dac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from llama_index.core import get_response_synthesizer
13
  from llama_index.core.node_parser import SemanticSplitterNodeParser
14
  from llama_index.core.retrievers import VectorIndexRetriever
15
  from llama_index.core.query_engine import RetrieverQueryEngine
16
- from llama_index.core.query_transformation import HyDEQueryTransform
17
  from llama_index.core.postprocessor import SentenceTransformerRerank
18
  from llama_index.core import load_index_from_storage
19
  from llama_index.core import StorageContext
 
13
  from llama_index.core.node_parser import SemanticSplitterNodeParser
14
  from llama_index.core.retrievers import VectorIndexRetriever
15
  from llama_index.core.query_engine import RetrieverQueryEngine
16
+ from llama_index.core.indices.query.query_transform import HyDEQueryTransform
17
  from llama_index.core.postprocessor import SentenceTransformerRerank
18
  from llama_index.core import load_index_from_storage
19
  from llama_index.core import StorageContext