Daniel.y commited on
Commit
6da6311
·
unverified ·
2 Parent(s): 231a66b 1cd6aa2

Merge pull request #1188 from danielaskdd/main

Browse files
Files changed (1) hide show
  1. 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 = 100) -> str:
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: