Skip to content

Commit

Permalink
Merge pull request #704 from SanelD/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
PromtEngineer committed Jan 8, 2024
2 parents e8d294e + 27802c9 commit d4df6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -94,7 +94,7 @@ Run as `docker run -it --mount src="$HOME/.cache",target=/root/.cache,type=bind
For testing, this repository comes with [Constitution of USA](https://constitutioncenter.org/media/files/constitution.pdf) as an example file to use.

## Ingesting your OWN Data.
Put you files in the `SOURCE_DOCUMENTS` folder. You can put multiple folders within the `SOURCE_DOCUMENTS` folder and the code will recursively read your files.
Put your files in the `SOURCE_DOCUMENTS` folder. You can put multiple folders within the `SOURCE_DOCUMENTS` folder and the code will recursively read your files.

### Support file formats:
LocalGPT currently supports the following file formats. LocalGPT uses `LangChain` for loading these file formats. The code in `constants.py` uses a `DOCUMENT_MAP` dictionary to map a file format to the corresponding loader. In order to add support for another file format, simply add this dictionary with the file format and the corresponding loader from [LangChain](https://python.langchain.com/docs/modules/data_connection/document_loaders/).
Expand Down

1 comment on commit d4df6d0

@SaiAkhil066
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you comedying me..? you have changed you --> your that too in README file :(
This is so sad, there are many faults in the code, please try to rectify them, many of the users waiting for that.
Thankyou and Sorry if my comment hurts, but we are waiting for the change in the code.
(Error: I've mentioned in the Issue section.)

Please sign in to comment.