Skip to content
Snippets Groups Projects
Unverified Commit 058cc3e8 authored by Bhaskar Gupta's avatar Bhaskar Gupta Committed by GitHub
Browse files

fixed links to dataloaders in contribution.md (#6636)

parent 14d314cc
No related branches found
No related tags found
No related merge requests found
...@@ -37,9 +37,9 @@ A data loader ingests data of any format from anywhere into `Document` objects, ...@@ -37,9 +37,9 @@ A data loader ingests data of any format from anywhere into `Document` objects,
**Examples**: **Examples**:
* [Google Sheets Loader](https://github.com/emptycrown/llama-hub/tree/main/loader_hub/google_sheets) * [Google Sheets Loader](https://github.com/emptycrown/llama-hub/tree/main/llama_hub/google_sheets)
* [Gmail Loader](https://github.com/emptycrown/llama-hub/tree/main/loader_hub/gmail) * [Gmail Loader](https://github.com/emptycrown/llama-hub/tree/main/llama_hub/gmail)
* [Github Repository Loader](https://github.com/emptycrown/llama-hub/tree/main/loader_hub/github_repo) * [Github Repository Loader](https://github.com/emptycrown/llama-hub/tree/main/llama_hub/github_repo)
Contributing a data loader is easy and super impactful for the community. Contributing a data loader is easy and super impactful for the community.
The preferred way to contribute is making a PR at [LlamaHub Github](https://github.com/emptycrown/llama-hub). The preferred way to contribute is making a PR at [LlamaHub Github](https://github.com/emptycrown/llama-hub).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment