Skip to content

Commit 0350191

Browse files
fix more links
1 parent f49c497 commit 0350191

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

modules/ROOT/pages/clauses/with.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The `WITH` clause serves multiple purposes in Cypher:
1010
* xref:clauses/with.adoc#bind-values-to-variables[Bind the results of expressions to new variables]
1111
* xref:clauses/with.adoc#aggregations[Perform aggregations]
1212
* xref:clauses/with.adoc#remove-duplicate-values[Remove duplicate values]
13-
* xref:clauses/with.adoc#ordering-and-pagination[Order and paginate results]
13+
* xref:clauses/with.adoc#ordering-pagination[Order and paginate results]
1414
* xref:clauses/with.adoc#filter-results[Filter results]
1515
* xref:clauses/with.adoc#combine-write-and-read-clauses[Combine write and read clauses]
1616

modules/ROOT/pages/genai-integrations.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,12 @@ Supported values: +
297297

298298
| taskType
299299
| STRING
300-
| The intended downstream application (see link:https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings#api_changes_to_models_released_on_or_after_august_2023[provider documentation]). The specified `taskType` will apply to all resources in a batch. label:new[Introduced in 5.19]
300+
| The intended downstream application (see link:https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings/[provider documentation]). The specified `taskType` will apply to all resources in a batch. label:new[Introduced in 5.19]
301301
|
302302

303303
| title
304304
| STRING
305-
| The title of the document that is being encoded (see link:https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings#api_changes_to_models_released_on_or_after_august_2023[provider documentation]). The specified `title` will apply to all resources in a batch. label:new[Introduced in 5.19]
305+
| The title of the document that is being encoded (see link:https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings/[provider documentation]). The specified `title` will apply to all resources in a batch. label:new[Introduced in 5.19]
306306
|
307307
|===
308308

modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,15 +498,15 @@ Returns the requested number of approximate nearest neighbor nodes and their sim
498498
Returns the requested number of approximate nearest neighbor relationships and their similarity score, ordered by score. label:new[Introduced in 5.18]
499499

500500
| Set node vector property.
501-
| link:{neo4j-docs-base-uri}/operations-manual/reference/procedures/#procedure_db_create_setnodevectorproperty[`db.create.setNodeVectorProperty`]
501+
| link:{neo4j-docs-base-uri}/operations-manual/current/procedures/#procedure_db_create_setnodevectorproperty[`db.create.setNodeVectorProperty`]
502502
| Update a given node property with the given vector in a more space-efficient way than directly using xref:clauses/set.adoc#set-set-a-property[`SET`]. Replaces link:{neo4j-docs-base-uri}/operations-manual/current/procedures/#procedure_db_create_setvectorproperty[`db.create.setVectorProperty`]. label:beta[] label:new[Introduced in 5.13]
503503

504504
| Set node vector property.
505505
| link:{neo4j-docs-base-uri}/operations-manual/current/procedures/#procedure_db_create_setvectorproperty[`db.create.setVectorProperty`]
506506
| Replaced by link:{neo4j-docs-base-uri}/operations-manual/current/procedures/#procedure_db_create_setnodevectorproperty[`db.create.setNodeVectorProperty`]. label:deprecated[] label:beta[]
507507

508508
| Set relationship vector property.
509-
| link:{neo4j-docs-base-uri}/operations-manual/current/procedures/#procedure_db_create_setRelationshipVectorProperty[`db.create.setRelationshipVectorProperty`]
509+
| link:{neo4j-docs-base-uri}/operations-manual/current/procedures/#procedure_db_create_setrelationshipvectorproperty[`db.create.setRelationshipVectorProperty`]
510510
| Update a given relationship property with the given vector in a more space-efficient way than directly using xref:clauses/set.adoc#set-set-a-property[`SET`]. label:beta[] label:new[Introduced in 5.18]
511511

512512
|===
@@ -641,7 +641,7 @@ d| The validation for xref:indexes/semantic-indexes/vector-indexes.adoc#similari
641641
This can lead to certain large component vectors being incorrectly indexed, and return a similarity score of `±0.0`.
642642
| Neo4j 5.12
643643
644-
| link:{neo4j-docs-base-uri}/operations-manual/current/#procedure_db_index_vector_querynodes[`db.index.vector.queryNodes`] query vector validation is incorrect with a xref:indexes/semantic-indexes/vector-indexes.adoc#similarity-functions[cosine] vector index. The {l2-norm} validation only considers the last component of the vector. If that component is `±0.0`, an otherwise valid query vector will be thrown as invalid. This can also result in some invalid vectors being used to query, and return a similarity score of `±0.0`.
644+
| link:{neo4j-docs-base-uri}/operations-manual/current/procedures/#procedure_db_index_vector_querynodes[`db.index.vector.queryNodes`] query vector validation is incorrect with a xref:indexes/semantic-indexes/vector-indexes.adoc#similarity-functions[cosine] vector index. The {l2-norm} validation only considers the last component of the vector. If that component is `±0.0`, an otherwise valid query vector will be thrown as invalid. This can also result in some invalid vectors being used to query, and return a similarity score of `±0.0`.
645645
646646
[TIP]
647647
--

0 commit comments

Comments
 (0)