|
|
|
|
|
by robintiman11
10 days ago
|
|
Yeah I’d say sorting by relevance is similar but MEANS is strictly a boolean operator only allowed in WHERE clauses at the moment. The way it works is:
1. Prune rows based on semantic index
2. Run surviving rows through the LLM which answer yes or no to the given predicate.
3. Collect final result. Order by relevance is on the roadmap but I haven’t given it much thought. The use case I’ve been working with is querying meeting transcripts. May I ask what your use cases are and how you’d like order by relevance to work? |
|