Detect whether a stored blob is legacy JSON text or binary format. JSON blobs start with [ (0x5B); binary blobs start with raw float bytes.
[
The stored embedding data.
True if the blob is legacy JSON-encoded text.
Detect whether a stored blob is legacy JSON text or binary format. JSON blobs start with
[(0x5B); binary blobs start with raw float bytes.