Skip to content

Commit

Permalink
Update langchain-js.adoc
Browse files Browse the repository at this point in the history
Added new course + LWJ video
  • Loading branch information
jexp authored Feb 28, 2024
1 parent ebe18b6 commit c433a68
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions modules/genai-ecosystem/pages/langchain-js.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ include::_graphacademy_llm.adoc[]

image::https://dist.neo4j.com/wp-content/uploads/20230615211357/1AH05dvGA_7db_EMySc9AAw.png[width=800]

https://js.langchain.com/docs/get_started/introduction[Langchain.js^] is a JavaScript/TypeScript implementation of the LangChain library.
https://js.langchain.com/docs/get_started/introduction[LangChain.js^] is a JavaScript/TypeScript implementation of the LangChain library.
It uses similar concepts, with Prompts, Chains, Transformers, Document Loaders, Agents, and more.

The Neo4j Integration makes the xref:vector-search.adoc[Neo4j Vector] index as well as Cypher generation and execution available in the LangChain.js library.

Learn how to build a chatbot in TypeScript using LangChain.js with our new https://graphacademy.neo4j.com/courses/llm-chatbot-typescript/[GraphAcademy course^].

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

== Installation

[source,shell]
Expand Down Expand Up @@ -145,16 +149,16 @@ const res = await chain.run("Who acted in Pulp Fiction?");
| icon:book[] Documentation | https://js.langchain.com/docs/modules/data_connection/experimental/graph_databases/neo4j
|===

////
== Videos & Tutorials

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

////
== Highlighted Articles
// link:https://medium.com/neo4j/....[article^]
link:https://medium.com/neo4j/....[article^]
////

0 comments on commit c433a68

Please sign in to comment.