Apply suggestion from @dexters1

This commit is contained in:
Igor Ilic 2025-11-11 13:56:35 +01:00 committed by GitHub
parent bb8de7b336
commit 20d49eeb76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ async def get_or_create_dataset_database(
vector_config = get_vectordb_config()
graph_config = get_graph_config()
Note: for hybrid databases both graph and vector DB name have to be the same
# Note: for hybrid databases both graph and vector DB name have to be the same
if graph_config.graph_database_provider == "kuzu":
graph_db_name = f"{dataset_id}.pkl"
else: