mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-28 07:12:14 +00:00
fix: path for windows
This commit is contained in:
parent
ba9c8cd734
commit
749003f380
@ -129,7 +129,7 @@ class LightRAG:
|
||||
# logging
|
||||
current_log_level = logger.level
|
||||
log_level: str = field(default=current_log_level)
|
||||
logging_dir: str = field(default="./")
|
||||
logging_dir: str = field(default=os.getcwd())
|
||||
|
||||
# text chunking
|
||||
chunk_token_size: int = 1200
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user