Increase conten summary from 100 to 250 CHARS
This commit is contained in:
parent
7492362bda
commit
4854ff83b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue