mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-26 14:22:14 +00:00
fixed default factory
This commit is contained in:
parent
8413537ad2
commit
3e820cc68e
@ -184,7 +184,7 @@ class LightRAG:
|
||||
"""Maximum number of concurrent embedding function calls."""
|
||||
|
||||
embedding_cache_config: dict[str, Any] = field(
|
||||
default={
|
||||
default_factory= lambda: {
|
||||
"enabled": False,
|
||||
"similarity_threshold": 0.95,
|
||||
"use_llm_check": False,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user