Find answers from the community

a
ark8
Offline, last seen 3 months ago
Joined September 25, 2024
Hello All, Do not know if this the right group but I am getting an error, not sure if my usage is correct "chat_engine = CondenseQuestionChatEngine.from_defaults( query_engine=query_engine, condense_question_prompt=custom_prompt, chat_history=custom_chat_history, verbose=True)
NameError: name 'CondenseQuestionChatEngine' is not defined"
2 comments
a
W