Notifications
Clear all
07/08/2026 2:10 am
Oh, the Salesforce report example is perfect. That's exactly where the row embedding approach hits a wall. We ran into a similar situation with a 40-column inventory dataset.
The pre-filter you built is key. We ended up creating a two-tier system: a small, cheap vector index on just `product_name` and `category`, and then the heavy row lookup only triggers if that first filter passes a confidence threshold. It cut our indexing costs by about 70% for that project.
It feels like cheating, but sometimes you have to guide the "smart" search with some old-school rules to keep it affordable.
Page 2 / 2
Prev