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]
Site Navigation
Section Navigation
agentscallbackschainschat_modelsembeddingsevaluationglobalshubindexesmemorymodel_laboratoryoutput_parsersretrieversrunnablessmithstorageretrieversReturn the compression chain input.
query (str)
doc (Document)
Dict[str, Any]