mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-03 11:20:13 +00:00
Merge branch 'patch-1'
This commit is contained in:
commit
6e1ca8f461
@ -4,7 +4,6 @@ asyncpg
|
||||
distro
|
||||
dotenv
|
||||
fastapi
|
||||
graspologic>=3.4.1
|
||||
httpcore
|
||||
httpx
|
||||
jiter
|
||||
|
||||
@ -12,9 +12,6 @@ import pipmaster as pm
|
||||
if not pm.is_installed("networkx"):
|
||||
pm.install("networkx")
|
||||
|
||||
if not pm.is_installed("graspologic"):
|
||||
pm.install("graspologic")
|
||||
|
||||
import networkx as nx
|
||||
from .shared_storage import (
|
||||
get_storage_lock,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user