KnowledgeSourceKind type

The kind of the knowledge source.
KnownKnowledgeSourceKind can be used interchangeably with KnowledgeSourceKind, this enum contains the known values that the service supports.

Known values supported by the service

searchIndex: A knowledge source that reads data from a Search Index.
azureBlob: A knowledge source that read and ingest data from Azure Blob Storage to a Search Index.
indexedSharePoint: A knowledge source that reads data from indexed SharePoint.
indexedOneLake: A knowledge source that reads data from indexed OneLake.
indexedSql: A knowledge source that retrieves and ingests data from Azure SQL Database or SQL Managed Instance to a Search Index.
web: A knowledge source that reads data from the web.
remoteSharePoint: A knowledge source that reads data from remote SharePoint.
workIQ: A knowledge source that reads data from work IQ
file: A knowledge source that supports direct file upload and indexing.
mcpServer: A knowledge source backed by an MCP (Model Context Protocol) server.
fabricDataAgent: A knowledge source that retrieves data from a Fabric Data Agent.
fabricOntology: A knowledge source that retrieves data from Microsoft Fabric Ontology ontologies.

type KnowledgeSourceKind = string