Open harshita-bfly opened 1 year ago
This pull request addresses issue 8 which requested the addition of a TSV loader.
load_tsv_file
builder.py
builder()
@harshita-bfly You can create a class with TSV loader to load multiple TSV files or checkout TSV loader from langchain
Okay. Will work on that.
@harshita-bfly any updates?
Related Issues
This pull request addresses issue 8 which requested the addition of a TSV loader.
Changes Made
load_tsv_file
tobuilder.py
for loading TSV files.builder()
function to incorporate TSV file.