Fix test results (no analyzer support yet ...)

This commit is contained in:
Robert Schulze 2024-08-09 09:36:39 +00:00
parent d7211f9d12
commit 7c41939921
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -8,6 +8,8 @@
SET allow_experimental_annoy_index = 1;
SET allow_experimental_usearch_index = 1;
SET enable_analyzer = 0;
SELECT 'ARRAY, 10 rows, index_granularity = 8192, GRANULARITY = 1 million --> 1 granule, 1 indexed block';
DROP TABLE IF EXISTS tab_annoy;