View Source SqliteVec.Bit (SqliteVec v0.1.0)

A vector struct for bit vectors. Vectors are stored as binaries.

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 of integers

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 of integers

Converts the vector to a tensor