def load_faqs(): with open("data/faqs.txt", "r") as f: return f.read().split("\n")