fix formate

This commit is contained in:
jin
2024-11-26 10:21:39 +08:00
parent 5bde05ed53
commit 28bc45c8f5
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ async def main():
),
graph_storage="OracleGraphStorage",
kv_storage="OracleKVStorage",
vector_storage="OracleVectorDBStorage"
vector_storage="OracleVectorDBStorage",
)
# Setthe KV/vector/graph storage's `db` property, so all operation will use same connection pool