langchain/docs/modules/indexes
Harrison Chase b7ae9f715d
Langchain with reddit (#3661) (#3768)
I have added a reddit document loader which fetches the text from the
Posts of Subreddits or Reddit users, using the `praw` Python package. I
have also added an example notebook reddit.ipynb in order to guide users
to use this dataloader.
This code was made in format similar to twiiter document loader. I have
run code formating, linting and also checked the code myself for
different scenarios.

This is my first contribution to an open source project and I am really
excited about this. If you want to suggest some improvements in my code,
I will be happy to do it. :)

Co-authored-by: Taaha Bajwa <taaha.s.bajwa@gmail.com>
2023-04-28 20:59:56 -07:00
..
document_loaders/examples Langchain with reddit (#3661) (#3768) 2023-04-28 20:59:56 -07:00
retrievers/examples Harrison/vespa (#3761) 2023-04-28 19:48:43 -07:00
text_splitters Fix typo (#3728) 2023-04-28 13:01:09 -07:00
vectorstores docs: improved vectorstore notebooks (#3724) 2023-04-28 19:26:50 -07:00
document_loaders.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
getting_started.ipynb add encoding to avoid UnicodeDecodeError (#2908) 2023-04-14 16:36:03 -07:00
retrievers.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
text_splitters.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
vectorstores.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00