guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-xapian 0.4.0 released


From: Ricardo Wurmus
Subject: Re: guile-xapian 0.4.0 released
Date: Mon, 13 May 2024 11:47:00 +0200
User-agent: mu4e 1.12.4; emacs 29.3

Nala Ginrut <nalaginrut@gmail.com> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]