Created
March 31, 2022 13:15
-
-
Save davidmezzetti/91ee8b04bb5efe84439adcf23f6467f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
embeddings: | |
path: sentence-transformers/nli-mpnet-base-v2 | |
content: true | |
functions: | |
- {name: translation, argcount: 2, function: translation} | |
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: index | |
writable: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment