Re: Semantic cache capability for Postgresql db

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Re: Semantic cache capability for Postgresql db
Дата
Msg-id 780CAA1B-35B8-4B7D-9D12-3786B2FB264D@thebuild.com
обсуждение исходный текст
Ответ на Semantic cache capability for Postgresql db  (pradeep t <pradeeprajkvr@gmail.com>)
Список 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 по дате отправления: