diff --git a/docs/USAGE.md b/docs/USAGE.md index 3277bf3..7e2af0b 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -172,6 +172,10 @@ Using a version >=7.14.0 is recommended to enable the following features: - Bug fix for large documents (See #198) +Using a version >=8.0.0 is recommended to enable the following features: + +- Approximate KNN search for Embeddings search (faster queries). + When using a legacy version of ES, a notice will be displayed next to the sist2 version in the web UI. If you don't care about the features above, you can ignore it or disable it in the configuration page. @@ -225,4 +229,4 @@ See [Automatic tagging](#automatic-tagging) for information about tag ### Automatic tagging -See [scripting](scripting.md) documentation. \ No newline at end of file +See [scripting](scripting.md) documentation.