LeeKinXUn commited on
Commit
d2045bd
1 Parent(s): 990a12d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -7,17 +7,17 @@
7
  从haystack.pipelines导入ExtractiveQAPipeline
8
  从pprint导入pprint
9
  从haystack.utils导入print_answers
10
- haystack.nodes 导入 EmbeddingRetriever
11
  导入解码器
12
- haystack.pipelines 导入 FAQPipeline
13
- haystack.utils 导入 print_answers
14
  导入日志
15
- haystack.telemetry 导入tutorial_running
16
- haystack.document_stores 导入 InMemoryDocumentStore
17
- haystack.nodes 导入 EmbeddingRetriever
18
  将熊猫导入为pd
19
- haystack.pipelines 导入 FAQPipeline
20
- haystack.utils 导入 print_answers
21
 
22
  教程_运行(6)
23
 
 
7
  从haystack.pipelines导入ExtractiveQAPipeline
8
  从pprint导入pprint
9
  从haystack.utils导入print_answers
10
+ 从haystack.nodes 导入 EmbeddingRetriever
11
  导入解码器
12
+ 从haystack.pipelines 导入 FAQPipeline
13
+ 从haystack.utils 导入 print_answers
14
  导入日志
15
+ 从haystack.telemetry 导入tutorial_running
16
+ 从haystack.document_stores 导入 InMemoryDocumentStore
17
+ 从haystack.nodes 导入 EmbeddingRetriever
18
  将熊猫导入为pd
19
+ 从haystack.pipelines 导入 FAQPipeline
20
+ 从haystack.utils 导入 print_answers
21
 
22
  教程_运行(6)
23