<discocaml>
<darrenldl> (indexing + fuzzy searching, but not vector/semantic embedding db)
spynxic has joined #ocaml
spynxic has quit [Ping timeout: 248 seconds]
Serpent7776 has quit [Ping timeout: 276 seconds]
spynxic has joined #ocaml
Frostillicus has joined #ocaml
Frostillicus has quit [Ping timeout: 245 seconds]
Frostillicus has joined #ocaml
Frostillicus has quit [Ping timeout: 260 seconds]
Haudegen has quit [Quit: Bin weg.]
jlrnick has joined #ocaml
Serpent7776 has joined #ocaml
jlrnick has quit [Ping timeout: 276 seconds]
Haudegen has joined #ocaml
toastal has joined #ocaml
toastal has quit [Quit: Gateway shutdown]
toastal has joined #ocaml
ygrek has joined #ocaml
jlrnick has joined #ocaml
toastal has left #ocaml [#ocaml]
Guest19 has joined #ocaml
Guest19 has quit [Client Quit]
wingsorc has joined #ocaml
toastal has joined #ocaml
<discocaml>
<nothisisjohn> I would be interested
Haudegen has quit [Quit: Bin weg.]
<discocaml>
<darrenldl> whats your use case? the internal lib i have right now is primary for documents
<discocaml>
<darrenldl> primarily*
jlrnick has quit [Ping timeout: 244 seconds]
Frostillicus has joined #ocaml
Haudegen has joined #ocaml
Frostillicus has quit [Ping timeout: 244 seconds]
f[x] has joined #ocaml
ygrek has quit [Remote host closed the connection]
<discocaml>
<nothisisjohn> I'm not sure if this would line up with what you envision, but I've been writing a note management command line application and want to be able to fuzzy search notes. I've been using [Fzf](https://ocaml.org/p/fzf/latest/doc/Fzf/index.html) which has honestly worked pretty well, but I would be interested in seeing an alternative.
<discocaml>
<darrenldl> how are you using fzf though?
Frostillicus has joined #ocaml
Frostillicus has quit [Ping timeout: 245 seconds]
Frostillicus has joined #ocaml
<discocaml>
<nothisisjohn> My goal is not well defined - it's "just" fuzzy searching text content. My program is in more of a proof of concept / toy stage, so right now I'm reading all of the text in my notes and using `Fzf.Pick_from.assoc` to select one note. I'm anticipating performance problems down the line if I get to the point where I have a lot of text to search, but I figure I'll cross that bridge if I get to it (unless a better solution magically appears