davidmezzetti commited on
Commit
f32e421
1 Parent(s): c7e45c2

Upload sports.yml

Browse files
Files changed (1) hide show
  1. sports.yml +26 -0
sports.yml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ app:
2
+ data: '1'
3
+ query: football
4
+ embeddings:
5
+ path: sentence-transformers/nli-mpnet-base-v2
6
+ query: weather
7
+ tabular:
8
+ idcolumn: link
9
+ textcolumns:
10
+ - title
11
+ workflow:
12
+ index:
13
+ tasks:
14
+ - batch: false
15
+ extract:
16
+ - rss
17
+ - channel
18
+ - item
19
+ method: get
20
+ params:
21
+ link: null
22
+ task: service
23
+ url: https://sports.yahoo.com/rss/
24
+ - action: tabular
25
+ - action: index
26
+ writable: true