From 02e3c562ce297a37f0793b014a216d3b46ad3fa5 Mon Sep 17 00:00:00 2001 From: Zhao Junwang Date: Mon, 5 Aug 2024 16:06:37 +0800 Subject: [PATCH] Awesome Vector Database Signed-off-by: Zhao Junwang --- src/databases/vectordb/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/databases/vectordb/README.md b/src/databases/vectordb/README.md index 0d036af..5063f45 100644 --- a/src/databases/vectordb/README.md +++ b/src/databases/vectordb/README.md @@ -6,6 +6,10 @@ > The goal of an ANN algorithm then is to **maximize recall** while retrieving the results as quickly as possible, which results in the **recall-vs-latency tradeoff**. +[Awesome Vector Database](https://github.com/dangkhoasdc/awesome-vector-database) [![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) + +A curated list of awesome works related to high dimensional structure/vector search & database + ### Vector databases - [Milvus: A Purpose-Built Vector Data Management System](/assets/pdfs/SIGMOD21_Milvus.pdf), SIGMOD '21