From 2dbe71cf8899093056c5f04b224c4f48de66a239 Mon Sep 17 00:00:00 2001 From: Jai Chopra Date: Wed, 3 May 2023 07:30:46 -0700 Subject: [PATCH] add new feature to readme.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ca5f5821..572e18bb 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ The key features of LanceDB include: * Production-scale vector search with no servers to manage. +* Optimized for multi-modal data (text, images, videos, point clouds and more). + +* Native Python and Javascript/Typescript support (coming soon). + * Combine attribute-based information with vectors and store them as a single source-of-truth. * Zero-copy, automatic versioning, manage versions of your data without needing extra infrastructure.