View Source SqliteVec.Float32 (SqliteVec v0.1.0)

A vector struct for float32 vectors. Vectors are stored as binaries in little endian.

Summary

Functions

Creates a new vector from its binary representation

Creates a new vector from a vector, list, or tensor

Converts the vector to its binary representation

Converts the vector to a list

Converts the vector to a tensor

Functions

Creates a new vector from its binary representation

Link to this function

new(vector_or_list_or_tensor)

View Source

Creates a new vector from a vector, list, or tensor

Converts the vector to its binary representation

Converts the vector to a list

Converts the vector to a tensor