Create a new knowledge base
create_knowledge_base
function creates a new AI knowledge base in the system.
name
: Knowledge base name (required)description
: Knowledge base description (required)embedding_model
: Model to use for embeddings (optional)chunk_size
: Size of text chunks for processing (optional)chunk_overlap
: Overlap between chunks (optional)Result<AiKnowledgeBase>
containing the created knowledge base details.