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

        https://github.com/pgvector/pgvector

Reply via email to