Comment on Why AutoGPT engineers ditched vector databasesparentComments−dartos2yThere are a few “distance” metrics that are used.AFAIK cosine similarity or cosine distance is a common one bc it’s faster than a dot product.
Comments
There are a few “distance” metrics that are used.
AFAIK cosine similarity or cosine distance is a common one bc it’s faster than a dot product.