EventCatalog AI Assistant Setup Required

To use the AI Assistant, you need to generate the AI data first.
Please install the plugin and run the generator command to generate the AI data.

1. Install the generator

Terminal window
npm i @eventcatalog/generator-ai

2. Configure the generator

eventcatalog.config.js
generators: [
[
"@eventcatalog/generator-ai", {
// If you want to chunk files into smaller chunks, set this to true
splitMarkdownFiles: true
}
],
],

3. Generate the AI data

npm run generate

After running the generator, a new folder called generated-ai will be created in your project.

Once done, refresh this page.