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
Hi I'm trying to integrate with psycopg2, and I have successfully added the faces into vector table.
But when I try to run the find faces, this issue showed up:
syntax error at or near ")"
LINE 1: ...08222115784883499]) <-> vec_high, 2)) <-> vec_high) ASC LIMI...
If I fix the extra bracket this shows up
operator does not exist: double precision <-> cube
LINE 1: ...0706567764,0.08222115784883499]) <-> vec_high, 2) <-> vec_hi...
do you have any idea how to fix this?
Please help
thanks
The text was updated successfully, but these errors were encountered:
Hi I'm trying to integrate with psycopg2, and I have successfully added the faces into vector table.
But when I try to run the find faces, this issue showed up:
syntax error at or near ")"
LINE 1: ...08222115784883499]) <-> vec_high, 2)) <-> vec_high) ASC LIMI...
If I fix the extra bracket this shows up
operator does not exist: double precision <-> cube
LINE 1: ...0706567764,0.08222115784883499]) <-> vec_high, 2) <-> vec_hi...
do you have any idea how to fix this?
Please help
thanks
The text was updated successfully, but these errors were encountered: