neuralmind-ai / visconde-crisis-summarization

2 stars 0 forks source link

extract_info_dynamic not defined #3

Closed saurabhg-predii closed 1 year ago

saurabhg-predii commented 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)

saurabhg-predii commented 1 year ago

replaced it with extract_info.