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
I am using squirrel to build my sql command with postgres,.
Since I starting to use pgvector extension, I need to generate sql command with vector like:
SELECT*FROM embedding WHERE catrgory_id =1ORDER BY embedding <=>'[-0.014099856, 0.015509841,-0.024045289]'LIMIT2;
since there need to have comma between floating points, i need to do things like:
I am using squirrel to build my sql command with postgres,.
Since I starting to use pgvector extension, I need to generate sql command with vector like:
since there need to have comma between floating points, i need to do things like:
can we have a syntax like
CosineDistence(embedding)
to handle this kind of case?The text was updated successfully, but these errors were encountered: