Re: Semantic cache capability for Postgresql db

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: pradeep t <pradeeprajkvr(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Semantic cache capability for Postgresql db
Date: 2024-07-17 16:52:56
Message-ID: 780CAA1B-35B8-4B7D-9D12-3786B2FB264D@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Jul 12, 2024, at 06:18, pradeep t <pradeeprajkvr(at)gmail(dot)com> 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2024-07-17 17:11:26 Re: Issue with configuration parameter "require_auth"
Previous Message Ron Johnson 2024-07-17 16:29:44 Re: Semantic cache capability for Postgresql db