From c433a6803da943dcfca41dede03ade7e340a444c Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Wed, 28 Feb 2024 21:05:56 +0100 Subject: [PATCH] Update langchain-js.adoc Added new course + LWJ video --- modules/genai-ecosystem/pages/langchain-js.adoc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/modules/genai-ecosystem/pages/langchain-js.adoc b/modules/genai-ecosystem/pages/langchain-js.adoc index 3fd1199..55a0b03 100644 --- a/modules/genai-ecosystem/pages/langchain-js.adoc +++ b/modules/genai-ecosystem/pages/langchain-js.adoc @@ -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] @@ -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: ++++ - + ++++ +//// == Highlighted Articles -// link:https://medium.com/neo4j/....[article^] +link:https://medium.com/neo4j/....[article^] + ////