diff --git a/libs/community/langchain_community/document_loaders/cassandra.py b/libs/community/langchain_community/document_loaders/cassandra.py index 083a32d0a94..78c598ffa9a 100644 --- a/libs/community/langchain_community/document_loaders/cassandra.py +++ b/libs/community/langchain_community/document_loaders/cassandra.py @@ -57,8 +57,10 @@ class CassandraLoader(BaseLoader): (do not use together with the table parameter) page_content_mapper: a function to convert a row to string page content. Defaults to the str representation of the row. + metadata_mapper: a function to convert a row to document metadata. query_parameters: The query parameters used when calling session.execute . query_timeout: The query timeout used when calling session.execute . + query_trace: Whether to use tracing when calling session.execute . query_custom_payload: The query custom_payload used when calling session.execute . query_execution_profile: The query execution_profile used when calling