From d2c5c4647f77100fe5af91fe63ee7a8c9634287f Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 4 Jun 2025 09:04:13 +0300 Subject: [PATCH] Limbo supports exact vector search Make the roadmap item more explicit that it's about indexing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f2c651ee..ce04b31f4 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ Limbo is a _work-in-progress_, in-process OLTP database engine library written i In the future, we will be also working on: -* **Integrated vector search** for embeddings and vector similarity. * **`BEGIN CONCURRENT`** for improved write throughput. +* **Indexing for vector search**. * **Improved schema management** including better `ALTER` support and strict column types by default. ## Getting Started