Wednesday, October 30, 2024

The Future, as predicted by Elon Musk

Elon Musk Goes on a Rampage of Stunning Predictions (Full) - YouTube

Elon Musk interview with Peter Diamandis

Cloud Native: Everything Fails All the Time

 ‘Everything Fails All the Time’ – Communications of the ACM

Amazon vice president and chief technology officer Werner Vogels has kept the company at the forefront of scalable systems since he joined in 2004. Vogels was one of the main driving forces behind the architecture of Amazon Web Services (AWS). His insistent reminders that "everything fails all the time" have been hugely influential to the developers of high-availability systems. Here, he talks about continuing to innovate in database technology—and keeping up with customer needs.






search with Postgres & pgvector

 Hybrid search with PostgreSQL and pgvector | Jonathan Katz

in the context of vector search, “hybrid search” is the act of combining an alternative searching method with a vector similarity search. Hybrid search uses multiple search methods over the same data, performs a ranking of the results for each search method, and then combines all the results to determine a final ranking before returning the results. Hybrid search is often used to improve the quality of the returned results, or in other words, boost the “recall” rate.

This blog post will introduce what hybrid search is and how to use it with PostgreSQL and pgvector.