Skip to content

Commit

Permalink
Added more GA courses to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Apr 4, 2024
1 parent 928399e commit ee254b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions modules/genai-ecosystem/pages/llm-graph-builder.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,19 @@ You can also run it locally, by cloning the https://github.com/neo4j-labs/llm-gr

It is using Docker for packaging frontend and backend, and you can run `docker-compose up` to start the whole application.

////

== Videos & Tutorials

Installation:
image::https://cdn.graphacademy.neo4j.com/assets/img/courses/banners/llm-knowledge-graph-construction.png[width=800,link="https://graphacademy.neo4j.com/courses/llm-knowledge-graph-construction/"]


////
++++
<iframe width="320" height="180" src="https://www.youtube.com/embed/WcLFHFfLczU" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
++++
////

////
== Highlighted Articles
Expand Down
2 changes: 2 additions & 0 deletions modules/genai-ecosystem/pages/vector-search.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The index is designed to work with embeddings, such as those generated by machin
* Procedures to compute text vector embeddings with 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/"]

== Usage

[source,cypher]
Expand Down

0 comments on commit ee254b5

Please sign in to comment.