Изменил(а) на 'README.md'

main
Grigorii Safronov 2 weeks ago
parent fc56ea20a0
commit bc1c04427f

@ -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 -->
## 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
```

Loading…
Cancel
Save