diff --git a/README.md b/README.md index b2b83f05..3106df62 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ ### Table of contents -1. [Introduction](#Introduction) -2. [Getting started](#Getting-started) +1. [New version](#Version) +2. [Introduction](#Introduction) 3. [Install](#Install) -4. [Architecture](#Architecture) -5. [Status of the project](#Status-of-the-project) +4. [Time travel](#TTravel) +5. [Getting started](#Getting started) 6. [Links](#Links) 7. [Licensing and contributing](#Licensing-and-contributing) -## New versions +## New version 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 search, Json value support and more! See [here](https://docs.cozodb.org/en/latest/releases/v0.7.html) for more details. @@ -49,7 +49,6 @@ Highlights: themselves have become a limiting factor (along with memcpy), and we are constantly finding ways to improve our new implementation of the HNSW algorithm further. -See [here](https://docs.cozodb.org/en/latest/releases/v0.6.html) for more details. ## Introduction