Vector Database Multiple Results #3130
Unanswered
fellipemanosso
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a vectorized database using Postgres. In this database, I registered products with tire sizes, for example:
14 165 60.
However, when I perform the query, in some cases it returns products such as 15 165 50, in other cases it does not show all the products with the size.
Any suggestions on what I can do?
Beta Was this translation helpful? Give feedback.
All reactions