Dot product measures both alignment and magnitude. For pre-normalized embeddings, it produces the same results as cosine similarity with better computational performance. Check your embedding model’s documentation to confirm whether its output vectors are normalized before choosing this metric.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.
normalized_embeddings configured to use dot product as its distance metric.
client.collections.get_info("normalized_embeddings") and check that the status field returns Ready.