File size: 420 Bytes
f32e421
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
app:
  data: '1'
  query: football
embeddings:
  path: sentence-transformers/nli-mpnet-base-v2
tabular:
  idcolumn: link
  textcolumns:
  - title
workflow:
  index:
    tasks:
    - batch: false
      extract:
      - rss
      - channel
      - item
      method: get
      params:
        link: null
      task: service
      url: https://sports.yahoo.com/rss/
    - action: tabular
    - action: index
writable: true