How to Configure Sharepoint Knowledge Ingestion [Classic]
How to Configure Sharepoint Knowledge Ingestion [Classic]
How to Configure Sharepoint Knowledge Ingestion [Classic]
This page is for the Microsoft Graph and SharePoint Online classic connectors.
To utilize the new enterprise search configuration experience using the SharePoint and OneDrive (Next Gen) connector, please visit this documentation.
Start by creating a new Ingestion under Search > Configure Search > Classic Ingestion > Internal Knowledge
First, select the Connector which was created for the ingestion and then provide a name for the ingestion. under Ingestion Name.
Then, choose a Domain. The domain is the functional areas of employee service that is most related to the knowledge being ingested for this configuration.
In order to ingest articles from a SharePoint Site, users would need to define the Start URL. They commonly follow the below structure :
https://<instance-name>.sharepoint.com/sites/<site-name>/_api/SitePages/Pages?$top=10&$skip=0https://graph.microsoft.com/beta/sites/<instance-name>.sharepoint.com:/sites/<site-name>:/pageshttps://graph.microsoft.com/beta/sites/<instance-name>.sharepoint.com:/teams/<teams-site-name>:/pages_https://<instance-name>.sharepoint.com/teams/<teams-site-name>/_api/SitePages/Pages?$top=100&$skip=0
Users also need to provide the Article Url in order for us to generate this for all the ingested Articles. The field that controls this is the Article Url Override filed under Field Overrides.
Published state are ingested into the AI Assistant. See Microsoft documentation for more details on Sharepoint page lifecycle.