Spaces:
Runtime error
Runtime error
File size: 423 Bytes
20322fe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
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
|