Learn how to measure vector query recall in AlloyDB Omni.| Google Cloud
A Step-by-Step Guide to Discover and Harness the Power of Vector Databases| Towards Data Science
Many systems and tools, including CedarDB, claim to be “PostgreSQL compatible”, but what does that actually mean? In this article, we explain why PostgresSQL compatibility has several layers, what is required to achieve each layer, and where CedarDB fits into this hierarchy.| CedarDB - The All-In-One-Database
What does AI engineering look like in practice? Hands-on examples and learnings from software engineers turned “AI engineers” at seven companies| newsletter.pragmaticengineer.com
Hybrid search combining BM25 and pgvector compatible extension VectorChord, seamlessly integrated within PostgreSQL.| VectorChord
At Sentry, we’re always looking for ways to prevent unnecessary disruptions for developers. Learn how we were able to issue noise by 40% with AI here.| Product Blog • Sentry
Hey everyone!| atlasgo.io
Learn how to improve user engagement by building a context-aware chatbot powered by ChatGPT and LangChain in our expert guide.| Apriorit
How to build semantic search with embeddings for Val Town within Val Town itself| blog.val.town
You’re an app developer now Let’s say you’re working on an app. The app helps you search for e-mail messages that relate to a certain topic. This works well enough. As a nifty extra, you added a small pixelated image of the search topic, that is generated on-demand using some ML model. For instance, when searching for a dog, you’d get a dog image.| BackSlasher
In this guide, we will learn how to develop and productionize a retrieval augmented generation (RAG) based LLM application, with a focus on scale and evaluation.| Anyscale
Local AI with Postgres, pgvector and llama2, running inside a Tauri app with realtime sync powered by ElectricSQL 🤯 This is the architecture of the future!| electric-sql.com
Use Adaptive Retrieval to improve query performance with OpenAI's new embedding models| Supabase
Spoiler alert: the answer is maybe! Although, my inclusion of the word “actually” betrays my bias. Vector databases are having their day right now. Three different vector DB companies have raised money on valuations up to $700 million (paywall link). Surprisingly, their rise in popularity is not for their “original” purpose in recommendation systems, but rather as an auxillary tool for Large Language Models (LLMs). Many online examples of combining embeddings with LLMs will show you h...| www.ethanrosenthal.com
Heroku Postgres supports many Postgres extensions as well as features such as PostGIS and full text search that are not bundled as part of the extensions system| devcenter.heroku.com
Embeddings are a really neat trick that often come wrapped in a pile of intimidating jargon. If you can make it through that jargon, they unlock powerful and exciting techniques …| Simon Willison’s Weblog
LLM is my Python library and command-line tool for working with language models. I just released LLM 0.9 with a new set of features that extend LLM to provide tools …| simonwillison.net
We've added support Hugging Face support in our Python Vector Client and Edge Functions.| Supabase
Increase performance in pgvector by using embedding vectors with fewer dimensions| Supabase
Creating a ChatGPT interface for the Supabase documentation.| Supabase
An example of how to build an AI-powered search engine using OpenAI's embeddings and PostgreSQL.| Supabase