kevinlu1248 / llama_index

LlamaIndex (GPT Index) is a data framework for your LLM applications
https://gpt-index.readthedocs.io/en/latest/
MIT License
0 stars 0 forks source link

[Bug]: Fix missing concatenate argument in load_data method #3

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR fixes the missing concatenate argument in the load_data method of the base.py file. The argument was mentioned in the docstring but was not present in the method's signature. This PR adds the concatenate argument to the method signature and implements the corresponding functionality.

Changes Made

Testing Done

Related Issue

This PR addresses the issue #1.

Checklist

Fixes #1.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/fix-missing-concatenate-argument