Replies: 2 comments 2 replies
-
Hello @Eugene-M! I'm here to help you with any bugs, questions, or contributions you might have. The issue you're experiencing with the PGVector component returning all records instead of finding similar ones is likely due to the To resolve this, ensure that the |
Beta Was this translation helpful? Give feedback.
-
Hey @Eugene-M, Did you Ingest your Data before trying to retrieve the information? I just tested it in the last Langflow release, and it seems to be working fine (V1.0.19). To allow your model to get only the important text parts for you, you need to split them using the Split Text Component, you can control each chunk length by the Chunk Size parameter, this way using the Embeedings parameters the component will check the most correlated chunks for your input. I am attaching here an example Flow for your use case. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I've noticed some peculiar behavior with the PGVector component. Ideally, PGVector should vectorize (or create an embedding of) the user's chat input, then find similar records in the database through a vector search. However, in practice, it seems to completely disregard the user's input, returning all records from the database in the search results regardless. Could you help me figure out what's going wrong?
Beta Was this translation helpful? Give feedback.
All reactions