hymai commited on
Commit
eab05fa
·
verified ·
1 Parent(s): 9312801

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ from llama_parse import LlamaParse
22
  from llama_index.core import PromptTemplate
23
  from llama_index.core.llms import ChatMessage, MessageRole
24
  from llama_index.core.chat_engine import CondenseQuestionChatEngine
 
25
 
26
 
27
  # load env file
 
22
  from llama_index.core import PromptTemplate
23
  from llama_index.core.llms import ChatMessage, MessageRole
24
  from llama_index.core.chat_engine import CondenseQuestionChatEngine
25
+ from llama_index.postprocessor.cohere_rerank import CohereRerank
26
 
27
 
28
  # load env file