davidmezzetti commited on
Commit
9bed877
1 Parent(s): b29ef7b

Upload aliens.yml

Browse files
Files changed (1) hide show
  1. aliens.yml +24 -0
aliens.yml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ app:
2
+ data: aliens
3
+ query: aliens
4
+ embeddings:
5
+ path: sentence-transformers/nli-mpnet-base-v2
6
+ tabular:
7
+ idcolumn: id
8
+ textcolumns:
9
+ - title
10
+ workflow:
11
+ index:
12
+ tasks:
13
+ - batch: false
14
+ extract:
15
+ - feed
16
+ - entry
17
+ method: get
18
+ params:
19
+ search_query: null
20
+ task: service
21
+ url: http://export.arxiv.org/api/query?max_results=50
22
+ - action: tabular
23
+ - action: index
24
+ writable: true