From 66f7d5cec98154317a5fbca0cc69ad3c0cb8f10f Mon Sep 17 00:00:00 2001 From: Jai Chopra Date: Wed, 3 May 2023 07:50:44 -0700 Subject: [PATCH] also update docs index --- docs/src/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/index.md b/docs/src/index.md index 706fb53d..314132cb 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -6,6 +6,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.