Priyamakeshwari / TeachGPT

An AI Powered teacher that can help you learn your topics faster before exam
MIT License
21 stars 19 forks source link

Add TSV Loader support #8

Open Priyamakeshwari opened 1 year ago

Priyamakeshwari commented 1 year ago

Add TSV loader to load TSV files from documents in builder.py

Priyamakeshwari commented 1 year ago

@harshita-bfly you can use the TSV loader provided by langchain rather than using a custom function to maintain the overall code structure.