Skip to content

Commit 7364735

Browse files
committed
edge degree next almost done
1 parent 0796d3d commit 7364735

File tree

12 files changed

+11101
-131
lines changed

12 files changed

+11101
-131
lines changed

.DS_Store

8 KB
Binary file not shown.

lightrag/kg/neo4j.py

Lines changed: 245 additions & 129 deletions
Large diffs are not rendered by default.

lightrag/lightrag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class LightRAG:
103103
# module = importlib.import_module('kg.neo4j')
104104
# Neo4JStorage = getattr(module, 'GraphStorage')
105105

106-
if True==False:
106+
if True==True:
107107
graph_storage_cls: Type[BaseGraphStorage] = Neo4JStorage
108108
else:
109109
graph_storage_cls: Type[BaseGraphStorage] = NetworkXStorage

lightrag/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async def openai_complete_if_cache(
7373
@retry(
7474
stop=stop_after_attempt(3),
7575
#kw_
76-
wait=wait_exponential(multiplier=1, min=4, max=60),
76+
wait=wait_exponential(multiplier=1, min=10, max=60),
7777
# wait=wait_exponential(multiplier=1, min=4, max=10),
7878
retry=retry_if_exception_type((RateLimitError, APIConnectionError, Timeout)),
7979
)

neo4jWorkDir/kv_store_full_docs.json

Lines changed: 5 additions & 0 deletions
Large diffs are not rendered by default.

neo4jWorkDir/kv_store_llm_response_cache.json

Lines changed: 354 additions & 0 deletions
Large diffs are not rendered by default.

neo4jWorkDir/kv_store_text_chunks.json

Lines changed: 254 additions & 0 deletions
Large diffs are not rendered by default.

neo4jWorkDir/lightrag.log

Lines changed: 10202 additions & 0 deletions
Large diffs are not rendered by default.

neo4jWorkDir/vdb_chunks.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

neo4jWorkDir/vdb_entities.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)