79191058

Date: 2024-11-15 04:09:40
Score: 2
Natty:
Report link

in my case, when I changed the sql, the issue was fixed.

old sql: where (embedding <=> %s) < 0.37

new sql: where (embedding <=> %s::vector) < 0.37

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: peter