Magento 2 AI ChatBotMagento 2 AI ChatBot
Live Demo
Buy Now
Support
Live Demo
Buy Now
Support
  • Getting Started

    • Introduction
    • System Requirements
    • Installation
    • Activation
  • Configuration

    • Configuration Overview
    • Chatbot Configuration
    • LLM Provider
    • Pre Configured Model
    • Intfloat E5
    • Vector Index & Attribute Settings
    • Chat Context Settings
    • Frontend Chat Window Options
  • Storefront Chat

    • Storefront Chat
    • Conversational Product Search
    • Order Lookup & Tracking
    • View Order Details
    • Report Issue to Admin
  • Admin Panel

    • Admin Areas Overview
    • Chat History
    • Manage FAQ
    • Chat Reports
    • Statistics Dashboard
    • Generate Product Embeddings
  • Help

    • Chat Widget Not Visible
    • No AI Response
    • Empty Search Results
    • ChromaDB Connection Failure
    • Further Support
    • FAQ

Chatbot Configuration

Controls core module behavior, AI model selection, API credentials, vector storage backends, and embedding rules.

General settings

Core Settings

FieldDescription
Enable ModuleSet to Yes to activate the AI ChatBot on the storefront and enable the admin menu.
Vector StorageChoose the vector database for storing product, FAQ, and CMS embeddings:
• Default Vector Storage: Built-in HNSW index (no external server required).
• ChromaDB Storage: Connect to a standalone ChromaDB instance.
ChromaDB Endpoint(Shown when Vector Storage is ChromaDB) Enter the URL and port of your ChromaDB server (e.g., http://127.0.0.1:8000).
ChromaDB API Version(Shown when Vector Storage is ChromaDB) Select v1 or v2 matching your ChromaDB deployment.
Delete CollectionsAction button to purge all existing vector collections from storage and reset indexes.
AI Model TypeSelect the AI inference engine mode:
• LLM Provider: Cloud AI providers via Symfony AI Agent.
• Pre Configured Model: Dedicated inference server.
• Intfloat E5 (Browser Based): Local/browser-based transformer embeddings.

See the dedicated pages for each AI Model Type and Vector Index & Attribute Settings.

Prev
Configuration Overview
Next
LLM Provider