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

AI Infrastructure & Integration

  • AI Infrastructure & Integration

    AI API Integration

    The practice of connecting AI model capabilities, including inference, embeddings, classification, and generation, to existing business applications and data systems through API calls, enabling AI features to operate within established enterprise workflows and infrastructure.

    Read full definition
  • AI Infrastructure & Integration

    AI Guardrails

    Constraints, validation mechanisms, and monitoring systems applied to AI inputs and outputs to prevent harmful, incorrect, policy-violating, or unauthorized behavior in production.

    Read full definition
  • AI Infrastructure & Integration

    Function Calling

    A capability of modern LLMs that allows the model to identify when a task requires external data or actions, generate a structured call to a defined function or API with the correct parameters, and incorporate the returned result into its response.

    Read full definition
  • AI Infrastructure & Integration

    Instruction Tuning

    A fine-tuning process in which a pre-trained language model is further trained on examples of instructions paired with desired responses, teaching it to follow directives reliably and behave consistently within a specific domain or context.

    Read full definition
  • AI Infrastructure & Integration

    LangFuse

    An open-source observability and evaluation platform for LLM applications, providing tracing, prompt versioning, performance monitoring, and evaluation scoring for AI workflows in production.

    Read full definition
  • AI Infrastructure & Integration

    LangGraph

    An open-source framework built on LangChain for creating stateful, multi-step AI workflows and agent systems, using a graph structure where nodes represent processing steps and edges define the flow of data and control between them.

    Read full definition
  • AI Infrastructure & Integration

    LLM (Large Language Model)

    A neural network trained on large volumes of text data, capable of generating, summarizing, classifying, translating, and reasoning across a wide range of language tasks.

    Read full definition
  • AI Infrastructure & Integration

    MCP (Model Context Protocol)

    An open standard developed by Anthropic that defines how AI models connect to external tools, data sources, and services, providing a consistent interface for capabilities like reading data, calling functions, and using reusable prompt templates.

    Read full definition
  • AI Infrastructure & Integration

    Private LLM

    A large language model deployed within an organization's own infrastructure or a dedicated private cloud environment, ensuring that data processed by the model does not leave the organization's security perimeter.

    Read full definition
  • AI Infrastructure & Integration

    Prompt Engineering

    The practice of designing, structuring, and iterating on the instructions given to a language model to reliably produce desired outputs for a specific task or context.

    Read full definition
  • AI Infrastructure & Integration

    Prompt Versioning

    The practice of tracking, storing, and managing different versions of AI prompts used in production systems, enabling rollback, performance comparison, A/B testing, and audit trails for AI application behavior over time.

    Read full definition
  • AI Infrastructure & Integration

    RAG (Retrieval-Augmented Generation)

    An AI architecture that enhances a language model's responses by retrieving relevant documents or data from an external knowledge base at query time, and passing that retrieved content to the model as context for generating an answer.

    Read full definition
  • AI Infrastructure & Integration

    Small Language Model (SLM)

    A language model with a significantly smaller parameter count than frontier models, typically under 10 billion parameters, optimized for specific tasks, lower latency, reduced cost, and deployment on constrained or private infrastructure.

    Read full definition
Back to top