We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f612478 commit fd8da1aCopy full SHA for fd8da1a
examples/memory/mariadb.php
@@ -34,7 +34,6 @@
34
connection: DriverManager::getConnection((new DsnParser())->parse($_ENV['MARIADB_URI'])),
35
tableName: 'my_table_memory',
36
indexName: 'my_index',
37
- vectorFieldName: 'embedding',
38
);
39
40
// our data
0 commit comments