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

@@ -320,6 +320,7 @@ class OracleKVStorage(BaseKVStorage):
# Oracle handles persistence automatically
pass
@final
@dataclass
class OracleVectorDBStorage(BaseVectorStorage):