fix formate
This commit is contained in:
parent
5bde05ed53
commit
28bc45c8f5
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ async def main():
|
||||||
),
|
),
|
||||||
graph_storage="OracleGraphStorage",
|
graph_storage="OracleGraphStorage",
|
||||||
kv_storage="OracleKVStorage",
|
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
|
# Setthe KV/vector/graph storage's `db` property, so all operation will use same connection pool
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue