File size: 512 Bytes
e7afb2d f479ad8 e7afb2d |
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 27 28 |
app:
data: front_page
query: la programmation
embeddings:
path: sentence-transformers/distiluse-base-multilingual-cased-v1
tabular:
idcolumn: url
textcolumns:
- title
translation: {}
workflow:
index:
tasks:
- batch: false
extract:
- hits
method: get
params:
tags: null
task: service
url: https://hn.algolia.com/api/v1/search?hitsPerPage=50
- action: tabular
- action: translation
args:
- fr
- action: index
writable: true
|