From fd8da1ad2058357c1a7043e3f2866710aa18ab50 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 17 Sep 2025 22:36:00 +0200 Subject: [PATCH] Remove redundant vectorFieldName parameter from MariaDB example The 'embedding' value is the default for vectorFieldName parameter, so it can be omitted to simplify the example code. --- examples/memory/mariadb.php | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/memory/mariadb.php b/examples/memory/mariadb.php index 7e66acb29..91b88c63e 100644 --- a/examples/memory/mariadb.php +++ b/examples/memory/mariadb.php @@ -34,7 +34,6 @@ connection: DriverManager::getConnection((new DsnParser())->parse($_ENV['MARIADB_URI'])), tableName: 'my_table_memory', indexName: 'my_index', - vectorFieldName: 'embedding', ); // our data