Re: guile-xapian 0.4.0 released
Nala Ginrut <[email protected]>
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <CAPjoZodCyrqubXhDWBRwbq0tcFU2SDhxQi1Xh6DQOSWsd5uXnw@mail.gmail.com> |
Ricardo! Thanks for the explanation. It's clear to me now. Best regards. On Mon, May 13, 2024, 18:47 Ricardo Wurmus <[email protected]> wrote: > Nala Ginrut <[email protected]> writes: > > > I'm not familiar with Xapian, is it possible to do similar things as > > VectorDB? > > Xapian cannot directly be used to build a vector database. (I use > the pg_vector extension to postgresql for that purpose.) > > Xapian creates a more traditional index for finding matching documents > with optimizations for full text and boolean searches. > > -- > Ricardo >