Skip to content

Files

This branch is 598 commits behind langchain4j/langchain4j:main.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 26, 2024
Jun 10, 2024
May 3, 2024
Jan 6, 2024
Jan 11, 2024
Jan 6, 2024
Jan 6, 2024
Feb 6, 2024
Jul 18, 2024
Aug 26, 2024
Jul 3, 2024
Jan 6, 2024
Jan 11, 2024
Feb 6, 2024

LangChain4j Documentation

Table of Contents

This is built using Docusaurus, a modern static docs/website generator.

Prerequisites

Installation

This command installs all the Node dependencies.

npm ci

Build

This command builds the deployable static artifacts (i.e., html, js, css, etc) under the build directory. This static content can then be deployed to GitHub pages or Vercel, etc.

npm run build

Local Development

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

npm run start