fixed edge

This commit is contained in:
Yannick Stephan
2025-02-17 23:20:10 +01:00
parent efb28c8003
commit 80272cbf16
6 changed files with 15 additions and 15 deletions

View File

@@ -300,7 +300,8 @@ class PGKVStorage(BaseKVStorage):
async def index_done_callback(self) -> None:
# PG handles persistence automatically
pass
@final
@dataclass
class PGVectorStorage(BaseVectorStorage):