from pathlib import Path from haystack.components.converters import TextFileToDocument source_dir = Path("source_docs") sources = [ source_dir / "security-runbook.txt", source_dir / "billing-policy.txt", ]