DEFAULT_SUMMARY_QUERY_STR = """\ What is this table about? Give a very concise summary (imagine you are adding a caption), \ and also output whether or not the table should be kept.\ """ node_parser = UnstructuredElementNodeParser(summary_query_str=DEFAULT_SUMMARY_QUERY_STR)