Type Alias CreateKnowledgeBase

type CreateKnowledgeBase = {
    advancedIndexing?: boolean;
    description?: string;
    name: string;
    selectedErrorsCount?: number;
    spaceId: string;
    tags?: string[];
}
Index

Properties

advancedIndexing?: boolean

User opt in to advanced parsing and chunking pipeline. Default is false, which will run legacy parsing and chunking.

description?: string

Description of the knowledgebase

name: string

Name of the knowledgebase

selectedErrorsCount?: number

Number of selected errors to store in the case of any failed datasources. Optional value with a default of 10.

spaceId: string

Unique identifier of the space to contain the knowledgebase

tags?: string[]

List of tags for knowledgebase