From c9d445b3cf29c3253699fa4a375db9c560b4c2d3 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Thu, 29 Feb 2024 20:49:38 -0700 Subject: [PATCH] Adds attribution link to Neo4j tutorial (#4594) --- docs/core_docs/docs/additional_resources/tutorials/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core_docs/docs/additional_resources/tutorials/index.mdx b/docs/core_docs/docs/additional_resources/tutorials/index.mdx index f177c9933a85..ea4599408750 100644 --- a/docs/core_docs/docs/additional_resources/tutorials/index.mdx +++ b/docs/core_docs/docs/additional_resources/tutorials/index.mdx @@ -47,8 +47,8 @@ introduction to LangChain and a great first project for learning how to use Lang ## Neo4j GraphAcademy [Neo4j](https://neo4j.com) has put together a hands-on, practical course that shows how to build a movie-recommending chatbot in Next.js. -Check it out below: +It covers retrieval-augmented generation (RAG), tracking history, and more. Check it out below: -- [Build a Neo4j-backed Chatbot with TypeScript](https://graphacademy.neo4j.com/courses/llm-chatbot-typescript/) +- [Build a Neo4j-backed Chatbot with TypeScript](https://graphacademy.neo4j.com/courses/llm-chatbot-typescript/?ref=langchainjs) ---