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: