You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/Concepts/data-sources-supported.md
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,16 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: qna-maker
10
10
ms.topic: conceptual
11
-
ms.date: 08/15/2019
11
+
ms.date: 08/16/2019
12
12
ms.author: diberry
13
13
---
14
14
15
15
# Data sources for QnA Maker content
16
16
17
17
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.
18
18
19
+
## Data types
20
+
19
21
The table below summarizes the types of content and file formats that are supported by QnA Maker.
20
22
21
23
|Source Type|Content Type| Examples|
@@ -27,11 +29,21 @@ The table below summarizes the types of content and file formats that are suppor
27
29
28
30
## Data source locations
29
31
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
31
44
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.
33
46
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.
0 commit comments