Skip to content

Commit d45ee62

Browse files
committed
HSEARCH-5300 Start adjusting the migration guide
1 parent bc867cb commit d45ee62

File tree

1 file changed

+3
-1
lines changed
  • documentation/src/main/asciidoc/migration

1 file changed

+3
-1
lines changed

documentation/src/main/asciidoc/migration/index.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ no database schema update is necessary for these tables.
7979

8080
[[vectorsize]]
8181
=== Vector search max dimension
82-
For the Lucene backend, the vector search maximum dimension has been increased from 4096 to 16000. Increasing the vector size, to leverage a different, higher dimension model, implies a larger memory requirement on behalf of the JVM.
82+
For the Lucene backend, the maximum vector dimension has been increased from 4096 to 16000.
83+
Increasing the vector size, to leverage a different, higher dimensional model, implies a larger memory requirement on behalf of the JVM
84+
as well as an increase of the index size.
8385

8486
[[configuration]]
8587
== Configuration

0 commit comments

Comments
 (0)