Skip to content
Notifications
Clear all

What's the best way to handle structured data like CSV files?

16 Posts
15 Users
0 Reactions
1 Views
(@cassie2)
Reputable Member
Joined: 3 weeks ago
Posts: 221
 

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.



   
ReplyQuote
Page 2 / 2