Update
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
<a href='https://lightrag.github.io'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
|
||||
<a href='https://youtu.be/oageL-1I0GE'><img src='https://badges.aleen42.com/src/youtube.svg'></a>
|
||||
<a href='https://arxiv.org/abs/2410.05779'><img src='https://img.shields.io/badge/arXiv-2410.05779-b31b1b'></a>
|
||||
<a href='https://learnopencv.com/lightrag'><img src='https://img.shields.io/badge/LearnOpenCV-blue'></a>
|
||||
<a href='https://discord.gg/E4HgTnck'><img src='https://discordapp.com/api/guilds/1296348098003734629/widget.png?style=shield'></a>
|
||||
<a href='https://github.com/HKUDS/LightRAG/issues/285'><img src='https://img.shields.io/badge/群聊-wechat-green'></a>
|
||||
</p>
|
||||
<p>
|
||||
<img src='https://img.shields.io/github/stars/hkuds/lightrag?color=green&style=social' />
|
||||
@@ -35,8 +37,10 @@ This repository hosts the code of LightRAG. The structure of this code is based
|
||||
|
||||
## Algorithm Flowchart
|
||||
|
||||

|
||||
|
||||

|
||||
*Figure 1: LightRAG Indexing Flowchart*
|
||||

|
||||
*Figure 2: LightRAG Retrieval and Querying Flowchart*
|
||||
|
||||
## Install
|
||||
|
||||
|
@@ -214,7 +214,7 @@ class Neo4JStorage(BaseGraphStorage):
|
||||
neo4jExceptions.ServiceUnavailable,
|
||||
neo4jExceptions.TransientError,
|
||||
neo4jExceptions.WriteServiceUnavailable,
|
||||
neo4jExceptions.ClientError
|
||||
neo4jExceptions.ClientError,
|
||||
)
|
||||
),
|
||||
)
|
||||
|
@@ -173,8 +173,7 @@ class LightRAG:
|
||||
embedding_func=self.embedding_func,
|
||||
)
|
||||
self.chunk_entity_relation_graph = self.graph_storage_cls(
|
||||
namespace="chunk_entity_relation",
|
||||
global_config=asdict(self)
|
||||
namespace="chunk_entity_relation", global_config=asdict(self)
|
||||
)
|
||||
####
|
||||
# add embedding func by walter over
|
||||
|
Reference in New Issue
Block a user