# docs-genai-plugin **Repository Path**: mirrors_neo4j/docs-genai-plugin ## Basic Information - **Project Name**: docs-genai-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2025-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = GenAI Plugin docs This repository contains the AsciiDoc and other sources to build the link:https://neo4j.com/docs/genai-plugin[Neo4j GenAI Plugin]. == Installation To build these docs locally you will need link:https://nodejs.org/en/download/package-manager/[Node & NPM^] installed. To install the dependencies run: [source, sh] ---- npm i ---- == Live Preview To preview the docs, run: [source, sh] ---- npm start ---- This will build a set of HTML files in `build/site` and then serve them through an express server at http://localhost:8000. The start script will also listen for changes and automatically rebuild the files automatically. You will still need to refresh the page to view the changes.