txtai / workflows /hnfrench.yml
davidmezzetti's picture
Update workflows/hnfrench.yml
f479ad8
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