File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
// initialize the store
32
32
$ store = Store::fromDbal (
33
33
connection: DriverManager::getConnection ((new DsnParser ())->parse ($ _ENV ['MARIADB_URI ' ])),
34
- tableName: 'my_table ' ,
34
+ tableName: 'my_table_memory ' ,
35
35
indexName: 'my_index ' ,
36
36
vectorFieldName: 'embedding ' ,
37
37
);
Original file line number Diff line number Diff line change 34
34
// initialize the store
35
35
$ store = Store::fromDbal (
36
36
connection: DriverManager::getConnection ((new DsnParser ())->parse (env ('MARIADB_URI ' ))),
37
- tableName: 'my_table ' ,
37
+ tableName: 'my_table_gemini ' ,
38
38
indexName: 'my_index ' ,
39
39
);
40
40
Original file line number Diff line number Diff line change 33
33
// initialize the store
34
34
$ store = Store::fromDbal (
35
35
connection: DriverManager::getConnection ((new DsnParser ())->parse (env ('MARIADB_URI ' ))),
36
- tableName: 'my_table ' ,
36
+ tableName: 'my_table_openai ' ,
37
37
indexName: 'my_index ' ,
38
38
);
39
39
You can’t perform that action at this time.
0 commit comments