Skip to content

update GDS / Vector Optimized info #703

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/ROOT/pages/graph-analytics/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ The Graph Analytics plugin allows you to use the link:https://neo4j.com/docs/gra
* All supported cloud providers and regions

You can enable or disable Graph Analytics when necessary, both during xref:getting-started/create-instance.adoc[instance creation] and on an xref:managing-instances/instance-details.adoc[existing instance].
It can also be changed with the link:https://neo4j.com/docs/aura/platform/api/specification/#/instances/patch-instance-id[Aura API].

The plugin shares compute and memory resources with the AuraDB server, so you do not incur any additional costs when you enable it.

[[get-started-plugin]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ If this has an impact on your application, consider resizing to a larger Aura in

To enable vector optimization during instance creation, select *Instance details* > *Additional settings* > *Vector-optimized configuration*.

It can also be changed with the link:https://neo4j.com/docs/aura/platform/api/specification/#/instances/patch-instance-id[Aura API].

To enable vector optimization on existing instances, from the instance card, use the *Configure* button to access *Configure instance* and find the toggle called *Vector-optimized configuration*.
You can view the current vector configuration status in the instance details, from the (*...*) menu on the instance card.

Expand Down