Priyamakeshwari / TeachGPT

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

Added TSV file loader in builder.py #14

Open harshita-bfly opened 1 year ago

harshita-bfly commented 1 year ago

Related Issues

This pull request addresses issue 8 which requested the addition of a TSV loader.

Changes Made

Priyamakeshwari commented 1 year ago

@harshita-bfly You can create a class with TSV loader to load multiple TSV files or checkout TSV loader from langchain

harshita-bfly commented 1 year ago

Okay. Will work on that.

Priyamakeshwari commented 1 year ago

@harshita-bfly any updates?