Optimization logic

This commit is contained in:
jin
2024-11-25 13:29:55 +08:00
parent d6589684ef
commit af3aef5d88
10 changed files with 342 additions and 423 deletions

View File

@@ -97,6 +97,8 @@ async def main():
graph_storage="OracleGraphStorage",
kv_storage="OracleKVStorage",
vector_storage="OracleVectorDBStorage",
addon_params = {"example_number":1, "language":"Simplfied Chinese"},
)
# Setthe KV/vector/graph storage's `db` property, so all operation will use same connection pool