Merge pull request #1188 from danielaskdd/main
Browse files- lightrag/utils.py +1 -1
lightrag/utils.py
CHANGED
@@ -901,7 +901,7 @@ def lazy_external_import(module_name: str, class_name: str) -> Callable[..., Any
|
|
901 |
return import_class
|
902 |
|
903 |
|
904 |
-
def get_content_summary(content: str, max_length: int =
|
905 |
"""Get summary of document content
|
906 |
|
907 |
Args:
|
|
|
901 |
return import_class
|
902 |
|
903 |
|
904 |
+
def get_content_summary(content: str, max_length: int = 250) -> str:
|
905 |
"""Get summary of document content
|
906 |
|
907 |
Args:
|