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 + ```