Limbo supports exact vector search

Make the roadmap item more explicit that it's about indexing.
This commit is contained in:
Pekka Enberg
2025-06-04 09:04:13 +03:00
parent 025714ce94
commit d2c5c4647f

View File

@@ -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