Our first Generative AI short course in JavaScript!
GitHub recently reported that JavaScript is again the world’s most popular programming language. To support web developers exploring and developing with generative AI, we just launched a new short course in JavaScript taught by
@Hacubu, founding engineer at
@langchain. In Build LLM Apps with LangChain.js you’ll learn elements common in AI development, including:
(i) Using data loaders to pull data from common sources such as PDFs, websites, and databases
(ii) Prompts, which are used to provide the LLM context
(iii) Modules to support RAG such as text splitters and integrations with vector stores
(iv) Working with different models to write applications that are not vendor-specific
(v) Parsers, which extract and format the output for your downstream code to process
You’ll also build with the LangChain Expression Language, which lets you easily compose sequences (also called chains) of modules to perform complex tasks using LLMs.
Putting all this together, you’ll also work on a conversational question-answering LLM application capable of using external data as context.
Please sign up here:
deeplearning.ai/short-course…