View Source SqliteVec.Int8 (SqliteVec v0.1.0)

A vector struct for int8 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

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