Euclidean distance measures straight-line distance between points. It is well suited for image embeddings and spatial data where the absolute distance between vectors represents meaningful differences.Documentation Index
Fetch the complete documentation index at: https://docs.vectoraidb.actian.com/llms.txt
Use this file to discover all available pages before exploring further.
Before you begin, make sure you have a running VectorAI DB instance. The SDK references this metric as
Distance.Euclid.image_embeddings configured to use Euclidean distance.
client.collections.get_info("image_embeddings") and check that the status field returns Ready.