MicroFish/test_code_backend/full_pipeline/config_articles.env

21 lines
1.2 KiB
Bash

# ─── Article input ────────────────────────────────────────────────────────────
# Path to the folder containing articles.jsonl (and the news/ sub-folder)
article_path = "/home/anman/intern/MiroFish/data"
# If True → use full markdown (frontmatter + body)
# If False → strip YAML frontmatter, keep article body only
full_content = False
# Date filter (YYYY-MM-DD). Leave blank to load all dates.
# start_time = 2026-02-09
# end_time = 2026-02-12
start_time = 2026-04-13
end_time = 2026-04-14
# ─── Simulation settings ──────────────────────────────────────────────────────
# What the simulation should analyse / predict (sent to the LLM)
simulation_requirement = "Analyze how these oil and financial market news articles affect investor sentiment and market dynamics. Predict how different market participants (traders, analysts, retail investors) will react and what the overall price trend will be."
# Display name for the project (optional)
project_name = "Oil Market Sentiment Pipeline"