We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4587da3 commit 6fcc8c5Copy full SHA for 6fcc8c5
1 file changed
libsql-sqlite3/src/vectorIndex.c
@@ -965,7 +965,6 @@ int vectorIndexSearch(
965
rc = SQLITE_ERROR;
966
goto out;
967
}
968
- assert( type == VECTOR_TYPE_FLOAT32 || type == VECTOR_TYPE_FLOAT64 || type == VECTOR_TYPE_FLOAT1BIT );
969
970
pVector = vectorAlloc(type, dims);
971
if( pVector == NULL ){
0 commit comments