-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 1.19 KB
/
Copy path.env.example
File metadata and controls
26 lines (23 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# BioScope NLP Workers environment template
# Copy this file to .env and edit values for your machine/environment.
# ------------------------------------------------------------
# Logging
# ------------------------------------------------------------
BIOSCOPE_LOG_LEVEL=INFO
# ------------------------------------------------------------
# Local replay mode (scripts/run-local.sh)
# ------------------------------------------------------------
# Example external ingestion artifact:
# /Users/dedsec/Desktop/project/BioScope/out/ingestion.jsonl
BIOSCOPE_REPLAY_INPUT=/Users/dedsec/Desktop/project/BioScope/out/ingestion.jsonl
BIOSCOPE_REPLAY_OUTPUT=examples/enriched-from-bioscope-out.jsonl
BIOSCOPE_REPLAY_CHECKPOINT=examples/bioscope.checkpoints
# ------------------------------------------------------------
# File bridge mode (scripts/run-watch.sh)
# ------------------------------------------------------------
# Use a shared file or mounted volume that ingestion appends to.
BIOSCOPE_WATCH_INPUT_FILE=handoff/ingestion.jsonl
BIOSCOPE_WATCH_OUTPUT_FILE=handoff/enriched.jsonl
BIOSCOPE_WATCH_CURSOR_FILE=handoff/stream.cursor
BIOSCOPE_WATCH_POLL_INTERVAL_SECONDS=2.0
BIOSCOPE_WATCH_IDLE_LOG_INTERVAL_SECONDS=30.0