langchain4j/docs
Katia Aresti 7d89ea229e
First Infinispan Integration / Langchain (#552)
This is the first implementation of Infinispan as Embeddings Store for
langchain
The current version is 15.0.0.Dev07, which will be in a final release in
a few weeks time

closes #553

Example https://github.com/langchain4j/langchain4j-examples/pull/42
2024-02-08 11:15:07 +01:00
..
blog set up documentation structure (#473) 2024-01-09 09:47:56 +01:00
docs First Infinispan Integration / Langchain (#552) 2024-02-08 11:15:07 +01:00
src Docu: fixes 2024-02-08 09:22:29 +01:00
static Foundation for advanced RAG (#538) 2024-01-26 16:25:24 +01:00
.gitignore Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
Makefile Updated Docs (#500) 2024-01-11 09:04:38 +01:00
README.md Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
babel.config.js Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
build.sh Docs updates (#599) 2024-02-06 11:13:41 +01:00
docusaurus.config.js Docu: fixes 2024-02-08 09:22:29 +01:00
package-lock.json Updated Docs (#500) 2024-01-11 09:04:38 +01:00
package.json Updated Docs (#500) 2024-01-11 09:04:38 +01:00
sidebars.js Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
start.bat Docu logos and domain (#503) 2024-01-11 20:37:16 +01:00
start.sh Docs updates (#599) 2024-02-06 11:13:41 +01:00

README.md

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