Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
robintiman11
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
robintiman11
2mo 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
2.
▲
by
robintiman11
2mo ago
I built it using Apache Datafusion. It adds semantic operators to SQL such as MEANS which can be used to filter data by its meaning. The core idea is that a user should be able to process unstructured data while semcast takes care of optimi
3.
▲
Show HN: A SQL engine with semantic operators to query unstructured data
(github.com)
3 points
by
robintiman11
2mo ago
|
4 comments
4.
▲
by
robintiman11
2mo ago
Very cool