serialize_f32#

langchain_community.vectorstores.sqlitevec.serialize_f32(vector: List[float]) β†’ bytes[source]#

Serializes a list of floats into a compact β€œraw bytes” format

Source: asg017/sqlite-vec

Parameters:

vector (List[float])

Return type:

bytes