cx-agent / rag /loader.py
yekkala's picture
Create rag/loader.py
78b9296 verified
raw
history blame
95 Bytes
def load_faqs():
with open("data/faqs.txt", "r") as f:
return f.read().split("\n")