From f91797e56ffc81740992ecdb0aeddb2fc4e29270 Mon Sep 17 00:00:00 2001 From: lichen2015 Date: Mon, 29 Jun 2026 14:30:37 +0800 Subject: [PATCH] Add zvec to Database section (#3218) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c39fcc9..b6e25e3 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,7 @@ _Databases implemented in Python._ - [pickledb](https://github.com/patx/pickledb) - A simple and lightweight key-value store for Python. - [tinydb](https://github.com/msiemens/tinydb) - A tiny, document-oriented database. - [ZODB](https://github.com/zopefoundation/ZODB) - A native object database for Python. A key-value and object graph database. +- [zvec](https://github.com/alibaba/zvec) - An embedded vector database for on-device RAG and edge AI, the SQLite of vector databases. ### Caching