fixed default factory
This commit is contained in:
parent
8413537ad2
commit
3e820cc68e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue