Fix linting

This commit is contained in:
yangdx
2025-02-02 04:27:55 +08:00
parent ecf48a5be5
commit 0a693dbfda
2 changed files with 5 additions and 3 deletions

View File

@@ -916,7 +916,7 @@ class LightRAG:
else self.key_string_value_json_storage_cls(
namespace="llm_response_cache",
global_config=asdict(self),
embedding_func=self.embedding_func,
embedding_func=self.embedding_func,
),
prompt=prompt,
)