Closed saurabhg-predii closed 1 year ago
In the code extract_info_dynamic is called twice but it is not defined anywhere in the code. While running the execution I am getting the error. Please help me with the extract_info_dynamic function. Is there any file where this is defined?
token_lens.append(extract_info_dynamic(title_question, documents))
prompt,explanation, answer = extract_info_dynamic(title_question, documents)
replaced it with extract_info.
In the code extract_info_dynamic is called twice but it is not defined anywhere in the code. While running the execution I am getting the error. Please help me with the extract_info_dynamic function. Is there any file where this is defined?
token_lens.append(extract_info_dynamic(title_question, documents))
prompt,explanation, answer = extract_info_dynamic(title_question, documents)