One option - when user saves a lookup step with AI match, asynchronously populate the vector db with all the rows from the source DB.
r
rushabh+platform
User added lookup from CSV with AI match. Then they uploaded some files and approved. This populated the vector_db with entries from those files.
Next, user added a test file. Here, the lookup input value was different from the previously approved files (therefore not present in vector db). But exact value was present in CSV. So user expected it to match. But it ended up matching with one of the existing rows from vector db.
Giving an incorrect match when EXACT input value is present in CSV is a terrible UX
Log In