new
AuraDB Virtual Dedicated Cloud
AuraDB Professional
AuraDB Free
AuraDS Self-Start
AuraDS Enterprise
Neo4j Aura Database feature update!
The following core Neo4j Database features are now available for users in Aura:
Vector Index settings and parameters:
- Expanded the allowed index settings for vector-2.0vector index provider. Newly created vector indexes can explicitly enable or disable quantization of the vectors within the index usingvector.quantization.enable, new indexes will have quantization enabled by default. Previously created vector indexes will continue to work as if quantization is disabled. Please see the vector index documentation for details.
- Added the ability to control the advanced customisation of HNSW hyperparameters vector.hnsw.mandvector.hnsw.ef_construction. Please consult the vector index advanced configuration documentation for their meaning and their defaults.
- Previously vector.dimensionsandvector.similarity_functionwere required to be set; however, withvector-2.0indexes, this requirement has been relaxed.vector.similarity_functionwill default to'COSINE' if not specified, and the existence ofvector.dimensionswill ensure additional checks. This allows theOPTIONSmap in Cypher to become optional, though it is recommended to specify the dimensionality and the similarity function. Please see the vector index documentation for details.
Cypher Fixes
- Fixed an issue where the planner would look to use the text index to search for strings that are not yet initialized.
Please refer to the changelog for full details!