mirror of
https://github.com/HKUDS/LightRAG.git
synced 2026-01-08 20:59:50 +00:00
cleaned code
This commit is contained in:
parent
2b2c81a722
commit
49bea486a7
@ -22,7 +22,7 @@ import pipmaster as pm
|
||||
|
||||
if not pm.is_installed("neo4j"):
|
||||
pm.install("neo4j")
|
||||
|
||||
|
||||
try:
|
||||
from neo4j import (
|
||||
AsyncGraphDatabase,
|
||||
|
||||
@ -363,7 +363,7 @@ class OracleVectorDBStorage(BaseVectorStorage):
|
||||
async def index_done_callback(self) -> None:
|
||||
# Oracles handles persistence automatically
|
||||
pass
|
||||
|
||||
|
||||
async def delete_entity(self, entity_name: str) -> None:
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
@ -423,7 +423,7 @@ class PGVectorStorage(BaseVectorStorage):
|
||||
async def index_done_callback(self) -> None:
|
||||
# PG handles persistence automatically
|
||||
pass
|
||||
|
||||
|
||||
async def delete_entity(self, entity_name: str) -> None:
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user