Apply suggestion from @dexters1
This commit is contained in:
parent
bb8de7b336
commit
20d49eeb76
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue