Re: Semantic cache capability for Postgresql db - Mailing list pgsql-general

From Christophe Pettus
Subject Re: Semantic cache capability for Postgresql db
Date
Msg-id 780CAA1B-35B8-4B7D-9D12-3786B2FB264D@thebuild.com
Whole thread Raw
In response to Semantic cache capability for Postgresql db  (pradeep t <pradeeprajkvr@gmail.com>)
List pgsql-general

> On Jul 12, 2024, at 06:18, pradeep t <pradeeprajkvr@gmail.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
existingextensions, such as pgvector: 

    https://github.com/pgvector/pgvector


pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Semantic cache capability for Postgresql db
Next
From: Tom Lane
Date:
Subject: Re: Issue with configuration parameter "require_auth"