Karini AI Documentation
Go Back to Karini AI
  • Introduction
  • Installation
  • Getting Started
  • Organization
  • User Management
    • User Invitations
    • Role Management
  • Model Hub
    • Embeddings Models
    • Large Language Models (LLMs)
  • Prompt Management
    • Prompt Templates
    • Create Prompt
    • Test Prompt
      • Test & Compare
      • Prompt Observability
      • Prompt Runs
    • Agentic Prompts
      • Create Agent Prompt
      • Test Agent Prompt
    • Prompt Task Types
    • Prompt Versions
  • Datasets
  • Recipes
    • QnA Recipe
      • Data Storage Connectors
      • Connector Credential Setup
      • Vector Stores
      • Create Recipe
      • Run Recipe
      • Test Recipe
      • Evaluate Recipe
      • Export Recipe
      • Recipe Runs
      • Recipe Actions
    • Agent Recipe
      • Agent Recipe Configuration
      • Set up Agentic Recipe
      • Test Agentic Recipe
      • Agentic Evaluation
    • Databricks Recipe
  • Copilots
  • Observability
  • Dashboard Overview
    • Statistical Overview
    • Cost & Usage Summary
      • Spend by LLM Endpoint
      • Spend by Generative AI Application
    • Model Endpoints & Datasets Distribution
    • Dataset Dashboard
    • Copilot Dashboard
    • Model Endpoints Dashboard
  • Catalog Schemas
    • Connectors
    • Catalog Schema Import and Publication Process
  • Prompt Optimization Experiments
    • Set up and execute experiment
    • Optimization Insights
  • Generative AI Workshop
    • Agentic RAG
    • Intelligent Document Processing
    • Generative BI Agentic Assistant
  • Release Notes
Powered by GitBook
On this page
  1. Recipes
  2. QnA Recipe

Recipe Runs

PreviousExport RecipeNextRecipe Actions

Last updated 10 months ago

Recipe runs include a series of defined steps for data ingestion pipeline which include connecting to enterprise data source, pre-process the data and create vector embedding as per the configurations in the recipe elements. Refer to for details.

You can access the Recipe Runs by selecting the View Runs option from the Actions menu associated with the recipe. Each recipe run record includes the following information.

  • Recipe: The name of the recipe.

  • Run ID: Each run of the recipe is assigned a unique identifier for tracking purposes.

  • Launch: Manual vs. Scheduled

  • Dataset: Dataset(s) used during the recipe run.

  • Status: The current status of the recipe run, such as "Completed", "Running", or "Failed".

  • Start time: Date and time when recipe execution started.

After selecting a recipe run, you can view additional details for the recipe run:

  • Action: The Specific actions taken during the recipe run such as Ingest data, OCR, PII, Chunking, Create embeddings etc.

  • Input Source: Name of the input source.

  • Success Count: Number of successfully processed items.

  • Failure Count: Number of items that failed to process.

  • Status: Current status of the run (e.g., Completed, Failed).

  • Status Message: Additional information or error messages related to the run status.

  • Start Time: The time at which the run was initiated.

  • Duration: Total time taken for the run to complete actions.

Run Recipe