From fdcec13ac31605189d68764d6c29d58f75e3241e Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:57:03 +0000 Subject: [PATCH 1/3] add info --- .../managing-instances/instance-details.adoc | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/modules/ROOT/pages/managing-instances/instance-details.adoc b/modules/ROOT/pages/managing-instances/instance-details.adoc index b5340f42a..0551e76d2 100644 --- a/modules/ROOT/pages/managing-instances/instance-details.adoc +++ b/modules/ROOT/pages/managing-instances/instance-details.adoc @@ -79,6 +79,51 @@ But if you clone to an existing instance, its vector optimization setting remain To learn more about how to use vector indexes, see link:https://neo4j.com/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/[Cypher Manual -> Vector indexes]. +=== Instance sizing guide + +The vector-optimized configuration is intended to allow an Aura Instances available storage to be completely filled and still provide consistent vector search performance. +The tables below shows the theoretical maximum GiB of vectors for each instance size, and the equivalent number of 768 dimension float-32 vectors. + +[cols="1,1,2"] +|=== +|Aura Instance Size |GiB vectors |Million vectors (768 dimensions) + +|4GB +|2.8 +|0.9 + +|8GB +|5.6 +|1.8 + +|16GB +|11.2 +|3.6 + +|32GB +|22.4 +|7.3 + +|64GB +|44.9 +|14.6 + +|128GB +|89.8 +|29.2 + +|256GB +|179.6 +|58.4 + +|512GB +|359.3 +|116.9 + +|=== + +GiB vectors is limited by available storage. As larger stores become available (coming soon), we can increase the vector capacity for these instances. + // == Import instance // _Feature coming soon!_ From b680bd1fd9388f3cb80b52d9038bf322a59287a6 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:34:49 +0200 Subject: [PATCH 2/3] Update instance-details.adoc --- .../ROOT/pages/managing-instances/instance-details.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/managing-instances/instance-details.adoc b/modules/ROOT/pages/managing-instances/instance-details.adoc index 0551e76d2..f6ceaf78e 100644 --- a/modules/ROOT/pages/managing-instances/instance-details.adoc +++ b/modules/ROOT/pages/managing-instances/instance-details.adoc @@ -81,8 +81,8 @@ To learn more about how to use vector indexes, see link:https://neo4j.com/docs/c === Instance sizing guide -The vector-optimized configuration is intended to allow an Aura Instances available storage to be completely filled and still provide consistent vector search performance. -The tables below shows the theoretical maximum GiB of vectors for each instance size, and the equivalent number of 768 dimension float-32 vectors. +The vector optimized configuration is intended to allow an Aura instances' available storage to be completely filled and still provide consistent vector search performance. +The table below shows the theoretical maximum GiB of vectors for each instance size, and the equivalent number of 768 dimension float-32 vectors. [cols="1,1,2"] |=== @@ -122,7 +122,8 @@ The tables below shows the theoretical maximum GiB of vectors for each instance |=== -GiB vectors is limited by available storage. As larger stores become available (coming soon), we can increase the vector capacity for these instances. +GiB vectors is limited by available storage. +As larger stores become available (coming soon), we can increase the vector capacity for these instances. // == Import instance From 93d971d627d319fe0311f96ef0a3a8eb649d725b Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:35:41 +0200 Subject: [PATCH 3/3] Update instance-details.adoc --- modules/ROOT/pages/managing-instances/instance-details.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/managing-instances/instance-details.adoc b/modules/ROOT/pages/managing-instances/instance-details.adoc index f6ceaf78e..2abc1b452 100644 --- a/modules/ROOT/pages/managing-instances/instance-details.adoc +++ b/modules/ROOT/pages/managing-instances/instance-details.adoc @@ -123,7 +123,7 @@ The table below shows the theoretical maximum GiB of vectors for each instance s |=== GiB vectors is limited by available storage. -As larger stores become available (coming soon), we can increase the vector capacity for these instances. +As larger stores become available, we can increase the vector capacity for these instances. // == Import instance