Skip to content

Commit 6fcc8c5

Browse files
committed
remove broken assertion (we already have float8 vector type)
1 parent 4587da3 commit 6fcc8c5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libsql-sqlite3/src/vectorIndex.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,6 @@ int vectorIndexSearch(
965965
rc = SQLITE_ERROR;
966966
goto out;
967967
}
968-
assert( type == VECTOR_TYPE_FLOAT32 || type == VECTOR_TYPE_FLOAT64 || type == VECTOR_TYPE_FLOAT1BIT );
969968

970969
pVector = vectorAlloc(type, dims);
971970
if( pVector == NULL ){

0 commit comments

Comments
 (0)