Settings

Theme

Unifying the AI stack into one Postgres instance

tigerdata.com

2 points by ishita159 4 months ago · 1 comment

Reader

ishita159OP 4 months ago

We unified our AI stack into one Postgres instance - and cut our infra and backend code by 90%!

Most teams use 3+ databases already: - A relational / document store like mongo or postgres, - A vector DB like Chroma or Pinecone for embeddings, - Redis for caching, and - Usually an analytics warehouse, like Athena

You of course have to write and maintain all the glue code & data transformations for each of them. But more importantly, you have to take care of the schema evolution which can be a nightmare when dealing with multiple databases!

Instead we run everything on TigerData (creators of TimescaleDB)’s PostgreSQL platform (TimescaleDB + pgVector + pgAI).

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection