Skip over navigation

AI Glossary

OroCommerce AI Glossary

A practical reference for the AI terms shaping B2B commerce. This glossary covers everything from agentic checkout and multi-agent systems to RAG, vector databases, and enterprise AI governance. Find clear definitions and key protocols in one searchable place.

OroCommerce AI Glossary

Data & Observability

  • Data & Observability

    Embeddings

    Numerical vector representations of text, images, or other data that capture semantic meaning, allowing a machine to measure how similar two pieces of content are by comparing their vectors.

    Read full definition
  • Data & Observability

    Fine-Tuning vs RAG

    Two different approaches to making a general-purpose LLM behave like a specialist in your domain: fine-tuning retrains the model's weights on your data, while RAG (retrieval-augmented generation) leaves the model unchanged and feeds it relevant context retrieved at query time.

    Read full definition
  • Data & Observability

    Inference vs Training

    Training is the process of building or adjusting a model's parameters from data; inference is the process of running a trained model to produce an output for a specific input, in production.

    Read full definition
  • Data & Observability

    LLM Benchmarking

    The practice of systematically testing an LLM's outputs against defined tasks, datasets, or criteria to measure accuracy, consistency, cost, and suitability for a specific use case, before and after deployment.

    Read full definition
  • Data & Observability

    LLM Observability

    The practice of monitoring, logging, and analyzing an LLM-based system's inputs, outputs, latency, cost, and failure modes in production to understand and improve its behavior over time.

    Read full definition
  • Data & Observability

    Vector Database

    A database purpose-built to store and search high-dimensional numerical representations of data, called embeddings, retrieving results by semantic similarity rather than exact keyword match.

    Read full definition
Back to top