You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/article-relevance/README.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Arguments for controlling the xDD API Query:
28
28
-`N_RECENT`: This variable can be set to a number to retrieve the n most recently added articles. When this variable is set, no MIN_DATE or MAX_DATE should be set.
29
29
-`MIN_DATE`: This variable can be set to establish a earliest date for the range of articles to be included. The date should follow format yyyy-mm-dd.
30
30
-`MAX_DATE`: This variable can be set to establish a latest date for the range of articles to be included. The date should follow format yyyy-mm-dd.
31
+
-`TERM`: This variable can be set to a word to search for in the article.
31
32
-`AUTO_MIN_DATE`: This variable can be set to True or False. If set to True, the pipeline will screen through the date of existing processed parquet files and use the latest date as the earliest date for this run.
32
33
-`AUTO_CHECK_DUP`: This variable can be set to True or False. If set to True, the pipeline will screen through the date of existing processed parquet files and exclude the already-processed articles from the list.
33
34
@@ -39,7 +40,9 @@ Arguments for controlling the relevance prediction:
39
40
40
41
## Sample Docker Compose Setup
41
42
42
-
Below is a sample docker compose configuration for running the image:
43
+
Below is a sample docker compose configuration for running the image。
44
+
45
+
Sample 1: Query by number of most recently added articles
0 commit comments