Spaces:
Runtime error
Runtime error
kasand
commited on
Commit
β’
ad8a322
1
Parent(s):
bf6933d
try out workflows from txtai
Browse files- workflows/{ag_news1.yml β ag_news.yml} +0 -0
- workflows/aliens.yml +3 -3
- workflows/config.yml +6 -6
workflows/{ag_news1.yml β ag_news.yml}
RENAMED
File without changes
|
workflows/aliens.yml
CHANGED
@@ -10,7 +10,7 @@ tabular:
|
|
10 |
workflow:
|
11 |
index:
|
12 |
tasks:
|
13 |
-
|
14 |
extract:
|
15 |
- feed
|
16 |
- entry
|
@@ -19,6 +19,6 @@ workflow:
|
|
19 |
search_query: null
|
20 |
task: service
|
21 |
url: http://export.arxiv.org/api/query?max_results=50
|
22 |
-
|
23 |
-
|
24 |
writable: true
|
|
|
10 |
workflow:
|
11 |
index:
|
12 |
tasks:
|
13 |
+
- batch: false
|
14 |
extract:
|
15 |
- feed
|
16 |
- entry
|
|
|
19 |
search_query: null
|
20 |
task: service
|
21 |
url: http://export.arxiv.org/api/query?max_results=50
|
22 |
+
- action: tabular
|
23 |
+
- action: index
|
24 |
writable: true
|
workflows/config.yml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
- name: Search
|
2 |
-
file:
|
3 |
-
- name: Search
|
4 |
-
file:
|
5 |
-
- name:
|
6 |
-
|
7 |
# - name: Search sports news
|
8 |
# file: sports.yml
|
9 |
# - name: Search arXiv papers on aliens
|
|
|
1 |
+
- name: Search Hacker News front page
|
2 |
+
file: ag_news.yml
|
3 |
+
- name: Search Hacker News front page in French
|
4 |
+
file: aliens.yml
|
5 |
+
# - name: Search life advice
|
6 |
+
# file: life.yml
|
7 |
# - name: Search sports news
|
8 |
# file: sports.yml
|
9 |
# - name: Search arXiv papers on aliens
|