mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-22 15:38:11 +00:00
Merge branch 'pipeline-file-path'
This commit is contained in:
commit
3ce8933d81
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user