sqlite-vec icon indicating copy to clipboard operation
sqlite-vec copied to clipboard

Update go docs

Open ncruces opened this issue 1 year ago • 0 comments

I'm guessing this version (from the CGO example) is more widely applicable (I ship a database/sql driver as well).

PS: if you find that all the copies and allocs are a bottleneck, I'm guessing an buf, err := sqlite_vec .AppendFloat32(buf, values), or even an API change (on my side) that allows serializing directly into "native" memory, would help.

ncruces avatar Aug 01 '24 11:08 ncruces