reorproject / reor

Private & local AI personal knowledge management app for high entropy people.
https://reorproject.org
GNU Affero General Public License v3.0
7.2k stars 445 forks source link

Is there a search for text option? #86

Open Epicity opened 9 months ago

Epicity commented 9 months ago

I can't seem to find a literal word search option in it? I see the AI search which searches on similarity, but I don't think I can trust it. Like if i'm searching for a literal sentence, it should probably be at 100% instead of 75%

Thus the word search

samlhuillier commented 9 months ago

Yes this'd definitely be a great feature to add. Would you be interested in opening a PR for this? A good place to start is the lancedb hybrid search docs: https://lancedb.github.io/lancedb/hybrid_search/hybrid_search/

subin-chella commented 1 month ago

It looks like the vectordb library we are using in the Reor project doesn't support hybrid search natively. Therefore, I created a custom search. Please check the PR.

Yes this'd definitely be a great feature to add. Would you be interested in opening a PR for this? A good place to start is the lancedb hybrid search docs: https://lancedb.github.io/lancedb/hybrid_search/hybrid_search/