|
|
@@ -252,7 +252,8 @@ def main():
|
|
|
markdown = generate_markdown(articles)
|
|
|
|
|
|
# 3. Salvestame
|
|
|
- output_path = "/home/ardo/Downloads/articles_with_transport_context.md"
|
|
|
+ #output_path = "/home/ardo/Downloads/articles_with_transport_context.md"
|
|
|
+ output_path = "~/rag-demo/transpordi_artiklid/tmp/articles_with_transport_context.md"
|
|
|
if save_markdown(markdown, output_path):
|
|
|
print("\n" + "=" * 60)
|
|
|
print("✅ VALMIS!")
|