From bc1c04427f3d430db479bb004b332809907cfcad Mon Sep 17 00:00:00 2001 From: Grigorii Safronov Date: Sat, 7 Sep 2024 10:50:32 +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 | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0d5a730e..92c87621 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ 10. [Licensing and contributing](#licensing-and-contributing) +## 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, +and focuses on **graph** data and algorithms. +It supports **time travel** and it is **performant**! + ## About The Project @@ -30,7 +37,7 @@ In vector model was added the next features: after HNSW vector search from 0.6, search, Json value support and more! See [here](https://docs.fluidB.org/en/latest/releases/v0.7.html) for more details. -Features: +Features in Vector model: * You can now create HNSW (hierarchical navigable small world) indices on relations containing vectors. * You can create multiple HNSW indices for the same relation by specifying filters dictating which rows should be @@ -56,12 +63,6 @@ Features: implementation of the HNSW algorithm further. -## Introduction - -fluidB is a general-purpose, transactional, relational database -that uses **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**! ## Gratitudes @@ -106,6 +107,10 @@ It supports **time travel** and it is **performant**! ```sh cd target/debug/fluidb-bin ``` +6. Running REPL fluidb + ```sh + cd target/debug/fluidb-bin repl + ```