basically i have a small company called “Haven” w/ just 3 employees and a large company called “Amazon” with 10,000 employees.
im doing a query_by ‘embedding’ and searching for “Haven” with a filter of num_employees > 100.
i am expecting this to return zero results. but Amazon is showing up.
i see there is “text_match” score of 0. i tried adding to filter_by, text_match:>0 but that didn’t work. any way to make it work?
thx!