default_get_input# langchain.retrievers.document_compressors.chain_extract.default_get_input( query: str, doc: Document, ) → dict[str, Any][source]# Return the compression chain input. Parameters: query (str) doc (Document) Return type: dict[str, Any]