avatar
Tim Kellogg @timkellogg.me

yeah, rewriting it into multiple queries with pareseable relationships between them

aug 31, 2025, 11:34 am • 1 0

Replies

avatar
deen @sir-deenicus.bsky.social

With AND what we usually want is intersection. So either directly use a DSL or a small LLM parses it out. From these we can seek intersections: simple and easy is to matrix multiply on unit vectors and filter or, use SVD (more complex but much more flexible). Geometric mean of hadamard as fallback

aug 31, 2025, 2:52 pm • 1 0 • view