|
|
|
|
|
by sandyarmstrong
272 days ago
|
|
sqlite does not have native support for a vector-like column type. Extensions like this and sqlite-vec build on the BLOB column type, and provide additional functions to let you efficiently search and manipulate this vector data. |
|