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
Currently vec_distance is euclidean squared, but to Dolt should also support cosine distance if that's the standard in the RAG AI world. I've been working to add Dolt to LangChain and at leas their pgvector store implementation and tests expect cosine distance.
The text was updated successfully, but these errors were encountered:
Currently
vec_distance
is euclidean squared, but to Dolt should also support cosine distance if that's the standard in the RAG AI world. I've been working to add Dolt to LangChain and at leas their pgvector store implementation and tests expect cosine distance.The text was updated successfully, but these errors were encountered: