From 017b55566a9b8ae99d728d7b515eea4458472075 Mon Sep 17 00:00:00 2001 From: Pierre Brunelle Date: Tue, 15 Sep 2026 19:52:36 -0700 Subject: [PATCH] Add pixeltable --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d114f75aaf..7f7c0db148 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,7 @@ _In-process databases usable directly from Python._ - [chromadb](https://github.com/chroma-core/chroma) - An open-source embedding database for building AI applications with embeddings and semantic search. - [lancedb](https://github.com/lancedb/lancedb) - A developer-friendly embedded retrieval database for multimodal AI. - [zvec](https://github.com/alibaba/zvec) - An embedded vector database for on-device RAG and edge AI, the SQLite of vector databases. + - [pixeltable](https://github.com/pixeltable/pixeltable) - Declarative multimodal AI data engine for tables, computed columns, and embedding search. - Key-Value & Document - [tinydb](https://github.com/msiemens/tinydb) - A tiny, document-oriented database.