From 5e7a6026b9411f68ebb06d1e36d943693b2b116d Mon Sep 17 00:00:00 2001 From: Grigorii Safronov Date: Sun, 8 Sep 2024 16:23:25 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7d4a60ce..c672d6c4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### Table of contents -1. [About The Project](#about-the-project) +1. [About The Project](#about-the-vector-model) 2. [Getting Started](#getting-started) * [Data Models](#data-models) 3. [Gratitudes](#gratitudes) @@ -24,17 +24,17 @@ ## Introduction -FluidB is a general-purpose, multimodel (vector,transactional, graph) database -that uses **Datalog** for query, is **embeddable** but can also handle huge amounts of data and concurrency, +FluidB is in memory, multimodel (vector,transactional, graph) database management system. +It use **Datalog** for query, is **embeddable** but can also handle huge amounts of data and concurrency, and focuses on **graph** data and algorithms. -It supports **time travel** and it is **performant**! +It supports **time travel** and it is very **performant**! -## About The Project +## About The Vector model In vector model was added the next features: after HNSW vector search from 0.6, in 0.7 we bring to you MinHash-LSH for near-duplicate search, full-text -search, Json value support and more! See [here](https://docs.fluidB.org/en/latest/releases/v0.7.html) for more details. +search, Json. Features in Vector model: