From ce4a5d1e243cc7bbd3f183d72044c4890f93ed4f Mon Sep 17 00:00:00 2001 From: Grigorii Safronov Date: Sat, 7 Sep 2024 09:06: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 | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 5c7b6197..787a9dba 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ ### Multimodel vector distributed in memory database management system -[![GitHub](https://img.shields.io/github/license/fluidB/cozo)](https://github.com/fluidB/cozo/blob/main/LICENSE.txt) - ### Table of contents @@ -27,11 +25,11 @@ ## About The Project -Version v0.7: after HNSW vector search from 0.6, in 0.7 we bring to you MinHash-LSH for near-duplicate search, full-text +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. -Highlights: +Features: * 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 @@ -66,7 +64,7 @@ It supports **time travel** and it is **performant**! ## Gratitudes -* **Philip O' Toole**, I wish to express my appreciation for all your efforts!!! +* **Ziyang Hu**, I wish to express my appreciation for all your efforts!!!
@@ -116,11 +114,6 @@ Usually, to learn a database, you need to install it first. This is unnecessary for fluidB as a testimony to its extreme embeddability, since you can run a complete fluidB instance in your browser, at near-native speed for most operations! -So open up the [fluidB in WASM page](https://www.fluidB.org/wasm-demo/), and then: - -* Follow the [tutorial](https://docs.fluidB.org/en/latest/tutorial.html). - -Or you can skip ahead for the information about installing fluidB into your favourite environment first. ### What does _embeddable_ mean here? @@ -182,7 +175,7 @@ to get a historical view of the data. > with its cost, and you don't want to pay the price if you don't use it. > > For the reason why you might want time travel for your data, -> we have written a [short story](https://docs.fluidB.org/en/latest/releases/v0.4.html). + ### How performant? @@ -200,9 +193,6 @@ On a 2020 Mac Mini with the RocksDB persistent storage engine (fluidB supports m * The Pagerank algorithm completes in around 50ms for a graph with 10K vertices and 120K edges, around 1 second for a graph with 100K vertices and 1.7M edges, and around 30 seconds for a graph with 1.6M vertices and 32M edges. -For more numbers and further details, we have a writeup -about performance [here](https://docs.fluidB.org/en/latest/releases/v0.3.html). - ### Teasers @@ -435,10 +425,10 @@ Versions before 1.0 do not promise syntax/API stability or storage compatibility * [Project page](https://fluidB.org/) * [Documentation](https://docs.fluidB.org/en/latest/) * [Main repo](https://github.com/fluidB/cozo) -* [Rust doc](https://docs.rs/cozo/) -* [Issue tracker](https://github.com/fluidB/cozo/issues) -* [Project discussions](https://github.com/fluidB/cozo/discussions) -* [User reddit](https://www.reddit.com/r/fluidB/) +* [Rust doc](https://doc.rust-lang.org/book/) +* [Issue tracker](https://github.com/fluidB/fluidB/issues) +* [Project discussions](https://github.com/fluidB/fluidB/discussions) + ## Licensing and contributing