Hi! I believe you're refering to https://developers.cloudflare.com/vectorize/best-practices/query-ve
Hi! I believe you're refering to https://developers.cloudflare.com/vectorize/best-practices/query-vectors/; the format you use to query your DB through a binding can be either of these, it'll be interpreted the same way, as a floating point number array. You also don't have to use the type that matches the one you used when inserting/upserting, all number formats are interoperable for insert/upsert and query.

