HN user

malandin

4 karma
Posts0
Comments23
View on HN
No posts found.

Interesting idea! What are you suggesting to do with relevance? I feel like one MEANS request returns just one best matching result while a user may want to have more. We decided to express it in SQL logic like what you see below but I'm really curious how the MEANS operator could be applied.

-----

SELECT id

FROM index_name

ORDER BY emb <-> $query_vector

LIMIT k;

-----

$query_vector may come from anywhere including being transformed on the fly from 'some text'.

Great project! I was thinking of building something similar with not only search but analytics as well. Could you hint at where the dataset comes from? I'd really like to have a look

Thought about it quite a bit. The responsibility is something your need a human to bear. Once we can sue an AI agent, the CEOs will be gone, lol

Thanks a lot for the analytics! I am wondering how this new trend will re-shape the open-source community. I hear that some projects are denying contributions to save time going through a lot of generated code while on the other hand a lot of new projects pop up (even tough not many stay active).