Skip to end of banner
Go to start of banner

Module Plugins

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Introduction

Each of the Modules consist of one or more plugins.

Categories

Category

Meaning

Example

Custom properties

Since

Feature
(default)

The plugin is a feature toggle, whose activation for one more organisations, triggers its effects.

The OCR plugin

24.4

Embedding

Plugins of this category specify credentials to an external API implementing the AI Connector API contract that then generate embeddings based on the provided text or metadata.

The perceptual hash plugin

24.4

Generative

Plugins of this category specify credentials to an external API implementing the AI Connector API contract that then generate metadata as specified in the custom properties.

The Open AI plugin

The list of metadat fields to generate

"Fields": { 
    "Descriptive.Description": "Give a description for the image",
    "Descriptive.Title": "Give a prosaic title"
},

24.4

ActionModel

Plugins of this category specify whether a particular action definition is active for an organisation

The transfer flow plugin

25.1*

Business Intelligence

Plugins (connectors) that return reports back to engine

Metabase plugin

Tableau Plugin

Power BI Plugin

25.1

Properties

Property

Description

Default

Required

Example

Plugin ID

Unique ID of the plugin; primary key

(tick)

OPEN_AI_EMBEDDINGS_POC

Name

Unique name of the plugin

(tick)

Open Ai embeddings (POC)

Category

One of the https://mediahaven.atlassian.net/wiki/spaces/CS/pages/edit-v2/4438884395#Categories as described above

Feature

(tick)

Embedding

Uri

URI of the REST API implementing the AI Connector API contract

Embedding Generative

http://ai-connector-api:9100/providers/open_ai/

Secret

Secret that will be validated by the external plugin or passed further downstream.

very-secret-API-key

DottedKey

Used for plugins of category Embedding in which Vector Field to store the result.

NULL

Embedding

Dynamic.EmbeddingsPoc.OpenAi

Custom properties

Provides additional properties to the plugin.

{ }

Generative

{"PropertyA": "A", "PropertyB": "B"}

  • No labels