File size: 444 Bytes
3b30322 |
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 |
app:
data: bert
query: sentence similarity
embeddings:
path: sentence-transformers/nli-mpnet-base-v2
tabular:
idcolumn: id
textcolumns:
- title
workflow:
index:
tasks:
- batch: false
extract:
- feed
- entry
method: get
params:
search_query: null
task: service
url: http://export.arxiv.org/api/query?max_results=50
- action: tabular
- action: index
writable: true
|