Skip to content

Commit 4750670

Browse files
authored
Merge pull request #85679 from diberry/0816-qna-datasource
[Cogsvcs] QnA Maker - data sources
2 parents eb35964 + 38e8964 commit 4750670

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

articles/cognitive-services/QnAMaker/Concepts/data-sources-supported.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: qna-maker
1010
ms.topic: conceptual
11-
ms.date: 08/15/2019
11+
ms.date: 08/16/2019
1212
ms.author: diberry
1313
---
1414

1515
# Data sources for QnA Maker content
1616

1717
QnA Maker automatically extracts question-answer pairs from semi-structured content such as FAQs, product manuals, guidelines, support documents, and policies stored as web pages, PDF files, or MS Word doc files . Content can also be added to the knowledge base from structured QnA content files.
1818

19+
## Data types
20+
1921
The table below summarizes the types of content and file formats that are supported by QnA Maker.
2022

2123
|Source Type|Content Type| Examples|
@@ -27,11 +29,21 @@ The table below summarizes the types of content and file formats that are suppor
2729

2830
## Data source locations
2931

30-
Most data source locations need to provide public URLs or files, which do not require authentication.
32+
Data source locations are **public URLs or files**, which do not require authentication.
33+
34+
If you need authentication for your data source, consider the following methods to get that data into QnA Maker:
35+
36+
* [Download file manually](#download-file-from-authenticated-data-source-location) and import into QnA Maker
37+
* Import file for authenticated [Sharepoint location](#import-file-from-authenticated-sharepoint)
38+
39+
### Download file from authenticated data source location
40+
41+
If you have an authenticated file (not on an authenticated Sharepoint location) or URL, an alternative option is to download the file from the authenticated site to your local computer, then add the file from your local computer to the knowledge base.
42+
43+
### Import file from authenticated Sharepoint
3144

32-
[Sharepoint data source locations](../How-to/add-sharepoint-datasources.md) are allowed to provide authenticated files. Sharepoint resources must be files, not web pages.
45+
[Sharepoint data source locations](../How-to/add-sharepoint-datasources.md) are allowed to provide authenticated **files**. Sharepoint resources must be files, not web pages. If the URL ends with a web extension, such as **.ASPX**, it will not import into QnA Maker from Sharepoint.
3346

34-
If you have an authenticated file or URL, an alternative option is to download the file from the authenticated site to your local computer, then add the file from your local computer to the knowledge base.
3547

3648
## FAQ URLs
3749

0 commit comments

Comments
 (0)