app: | |
data: front_page | |
query: programming | |
embeddings: | |
path: sentence-transformers/nli-mpnet-base-v2 | |
tabular: | |
idcolumn: url | |
textcolumns: | |
- title | |
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: index | |
writable: true |