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