Vous ne pouvez pas sélectionner plus de 25 sujets
			Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
		
		
		
		
		
			
	
    
        
            
                
                    
                                    | 
                        123456789101112 | 
                        - export type CreateKnowledgeBaseReq = {
 -   name: string
 -   description?: string
 -   external_knowledge_api_id: string
 -   provider: 'external'
 -   external_knowledge_id: string
 -   external_retrieval_model: {
 -     top_k: number
 -     score_threshold: number
 -     score_threshold_enabled: boolean
 -   }
 - }
 
 
  |