davidmezzetti commited on
Commit
0e48048
1 Parent(s): f21aa07

Create life.yml

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