diff --git a/lightrag/utils.py b/lightrag/utils.py index 282042f6..e493ea02 100644 --- a/lightrag/utils.py +++ b/lightrag/utils.py @@ -901,7 +901,7 @@ def lazy_external_import(module_name: str, class_name: str) -> Callable[..., Any return import_class -def get_content_summary(content: str, max_length: int = 100) -> str: +def get_content_summary(content: str, max_length: int = 250) -> str: """Get summary of document content Args: