←back to thread

86 points emzo | 1 comments | | HN request time: 0.205s | source
Show context
wredcoll ◴[] No.44367010[source]
This looks cool, and I'm interested in these keywords, but I read the entire readme and I'm still unsure what problem it's actually solving.

Anyone want to help out?

replies(3): >>44367069 #>>44367076 #>>44372222 #
1. Octplane ◴[] No.44367076[source]
RAG -> Vector search -> means that your documents are not indexed as full text but as Vectorized objects which mean that then you can search using concepts instead of exacts strings you would use with a regular "Fulltext search".

This makes the search less precise and more powerful at the same time (ie it could look clever to some extent).