fix: added vector db name to test configs
This commit is contained in:
parent
ce925615fe
commit
28f28f06dd
1 changed files with 2 additions and 0 deletions
|
|
@ -33,11 +33,13 @@ async def main():
|
|||
"vector_db_url": "cognee1.test",
|
||||
"vector_db_key": "",
|
||||
"vector_db_provider": "lancedb",
|
||||
"vector_db_name": ""
|
||||
}
|
||||
task_2_config = {
|
||||
"vector_db_url": "cognee2.test",
|
||||
"vector_db_key": "",
|
||||
"vector_db_provider": "lancedb",
|
||||
"vector_db_name": ""
|
||||
}
|
||||
|
||||
task_1_graph_config = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue