Skip to main content
Skip table of contents

AI Knowledge Base Writer: Functionality and Operation

The AI Knowledge Base Chat Writer manages data records for use in AI adapters.

Properties

Operation

Defines the operation executed by the adapter.

Possible values:

  • Clear-Dataset: Removes all contents from a data record

  • Remove-Documents: Deletes documents from the database based on a specified source key

  • Sync-Documents: Synchronizes documents with the data record. If a data set does not exist, it can be created based on the backend configuration.

Parameters

Adapter

Main adapter class (do not change!)

Possible values:

de.softproject.integration.nativeadapter.NativeAdapter: Main class (Default)

Repository

The virtual repository of the adapter project.

Possible values:

3736abf-bad4-445b-8347-a06305db3aea (Default)

protocol

Used AI gateway protocol (HTTP oder HTTPS)

Possible values:

  • http: Use HTTP (no encryption) (Default)

  • https: Use HTTPS (SSL-encrypted)

host

Name of AI gateway host

Possible values: Any valid character string without protocol specification (e.g. localhost)

port

(optional)

Number of AI gateway port

Possible values:

Any integer (e.g. 9999)

accessToken

Is required to establish a Keycloak connection.

Possible values: unique access token

The access token needs to be generated in Keycloak.

dataset

Data record name for the operation. Several data records can be entered separated by commas.

Possible values:

dataset1

Status values

1 (successful)

The operation was executed successfully.

0

The operation was executed successfully, but without result.

-1 (failed)

The operation failed due to a technical error.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.