Remix.run Logo
GloriousMEEPT 3 days ago

> bash ./02-install-database.sh # Deploys PostgreSQL, Redis, Qdrant, Elasticsearch

geez

sorry but, how much SHIT is it going to take to make AI good?

earayu 3 days ago | parent | next [-]

Maintaining databases is painful, so ApeRAG uses kubeblocks for all these databases.

cpursley 3 days ago | parent | prev | next [-]

What’s funny is Postgres alone can handle this entire workload decently well.

CuriouslyC 3 days ago | parent [-]

Postgres isn't a replacement for elastic. You CAN get full text search working in postgres, and for very basic use cases it's good enough, but it's vastly inferior to elastic in terms of features and performance.

freakynit 7 hours ago | parent [-]

Exactly. These "extensions".. they are good, but, far from being replacements for dedicated products, the quality of which customers have come to expect.

popalchemist 3 days ago | parent | prev [-]

This is a very typical, and pretty bare-bones stack. Almost any production grade webapp above a minimal threshold of complexity will have database, cache, and search.

fishmicrowaver 3 days ago | parent [-]

This is just one of a million other wrappers around AI that will be forgotten in a few months.

popalchemist 2 days ago | parent [-]

Yes, and that doesn't change the fact that the stack is typical.