Spaces:
Sleeping
Sleeping
TABLE_TEXT_SUMMARY_PROMPT = """You are an assistant tasked with summarizing tables and text. \ | |
Give a concise summary of the table or text. Table or text chunk: {element} """ | |
QA_PROMPT = """Answer the question based only on the following context, which can include text and tables: | |
{context} | |
Question: {question} | |
""" | |