You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a growing number of databases now supporting vector data (array of floating-point numbers or quantized int8 (8-bit-integer)) we should explore introducing a Vector abstraction.
This is mainly to simplify declaration, portability, and default storage options.
With a growing number of databases now supporting vector data (array of floating-point numbers or quantized int8 (8-bit-integer)) we should explore introducing a
Vector
abstraction.This is mainly to simplify declaration, portability, and default storage options.
In a domain model, one could declare:
By using store-specific types, a domain type becomes no longer portable across databases. We aim to provide an answer for the following questions:
The text was updated successfully, but these errors were encountered: