From ab3ba25ca6f11895d85bed4b3e555635e9e95397 Mon Sep 17 00:00:00 2001 From: Bedapudi Praneeth Date: Tue, 22 Oct 2024 09:15:07 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c62991..8d4cb8a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ pip install --upgrade liteindex[all] - `number`, `boolean`, `datetime`, `string`, `compressed_string`, `blob`, `json`, `normalized_embedding`, and `other` types are supported and `can be queried upon` - can store any python objects with varying levels of query-ability - `Query language is subset of mongodb's`. All queries are documented -- seamless, very fast nearest neighbor search with filtering. a practical wrapper of faiss + sqlite. Approximate nearest neighbor search is not supported. Intended for few million vector search +- seamless, very fast nearest neighbor search with filtering. can order by, filter by as usual with embeddings - works across threads, processes seamlessly - handy features like search and update in single query, batch operation support for update, search, del, pop etc .. - in-place math operations support wherever applicable i.e: += etc can be done in single query optimally