mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-17 10:34:18 +00:00
commit
eec08661a2
@ -214,6 +214,7 @@ class Neo4JStorage(BaseGraphStorage):
|
|||||||
neo4jExceptions.ServiceUnavailable,
|
neo4jExceptions.ServiceUnavailable,
|
||||||
neo4jExceptions.TransientError,
|
neo4jExceptions.TransientError,
|
||||||
neo4jExceptions.WriteServiceUnavailable,
|
neo4jExceptions.WriteServiceUnavailable,
|
||||||
|
neo4jExceptions.ClientError
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
@ -174,8 +174,7 @@ class LightRAG:
|
|||||||
)
|
)
|
||||||
self.chunk_entity_relation_graph = self.graph_storage_cls(
|
self.chunk_entity_relation_graph = self.graph_storage_cls(
|
||||||
namespace="chunk_entity_relation",
|
namespace="chunk_entity_relation",
|
||||||
global_config=asdict(self),
|
global_config=asdict(self)
|
||||||
embedding_func=self.embedding_func,
|
|
||||||
)
|
)
|
||||||
####
|
####
|
||||||
# add embedding func by walter over
|
# add embedding func by walter over
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user