ClickHouse/tests/queries/0_stateless/02354_vector_search_bugs.reference
Robert Schulze c2a593baf9
Split tests
2023-09-21 09:17:38 +00:00

18 lines
369 B
Plaintext

Issue #52258: Empty Arrays or Arrays with default values are rejected
- Annoy
- Usearch
It is possible to create parts with different Array vector sizes but there will be an error at query time
- Annoy
- Usearch
Correctness of index with > 1 mark
- Annoy
1 [1,0] 0
9000 [9000,0] 0
1 (1,0) 0
9000 (9000,0) 0
- Usearch
1 [1,0] 0
9000 [9000,0] 0
1 (1,0) 0
9000 (9000,0) 0