public inbox for [email protected]
help / color / mirror / Atom feedFrom: Christophe Pettus <[email protected]>
To: pradeep t <[email protected]>
Cc: [email protected]
Subject: Re: Semantic cache capability for Postgresql db
Date: Wed, 17 Jul 2024 09:52:56 -0700
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAFQWw-YTxSLGG-i5cf-2TRxB40rHefeHHA2jicKosM_La6WFSA@mail.gmail.com>
References: <CAFQWw-YTxSLGG-i5cf-2TRxB40rHefeHHA2jicKosM_La6WFSA@mail.gmail.com>
> On Jul 12, 2024, at 06:18, pradeep t <[email protected]> wrote:
> Shall I use the Postgresql database for a semantic cache like the Redis semantic cache?
If you mean this feature:
https://redis.io/docs/latest/integrate/redisvl/user-guide/semantic-caching/
... there is no direct equivalent in PostgreSQL. This is something you'd have to implement on top of PostgreSQL's existing extensions, such as pgvector:
https://github.com/pgvector/pgvector
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Semantic cache capability for Postgresql db
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox