Skip to content

Commit

Permalink
Update vector-search.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp authored Jul 11, 2024
1 parent fcea98c commit 879df35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/genai-ecosystem/pages/vector-search.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ The index is designed to work with embeddings, such as those generated by machin

== Functionality Includes

* Create a vector index with a specified number of dimensions and similarity function (euclidean, cosine)
* Create a vector index with a specified number of dimensions and similarity function (euclidean, cosine) for both nodes and relationships
* Query vector index with embedding and top-k, returning nodes and similarity score
* Procedures to compute text vector embeddings with OpenAI, AWS Bedrock, Google Vertex AI, and other ML platforms
* Procedures to compute text vector embeddings with (Azure) OpenAI, AWS Bedrock, Google Vertex AI, and other ML platforms
* Vector similarity functions to compute cosine angle and euclidean distance between vectors

image::https://cdn.graphacademy.neo4j.com/assets/img/courses/banners/llm-vectors-unstructured.png[width=800,link="https://graphacademy.neo4j.com/courses/llm-vectors-unstructured/"]
Expand Down

0 comments on commit 879df35

Please sign in to comment.