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
name: string
selectedErrorsCount?: number
spaceId: string
tags?: string[]