langchain/docs/extras/integrations/providers/hacker_news.mdx
2023-07-24 21:20:32 -07:00

19 lines
595 B
Plaintext

# Hacker News
>[Hacker News](https://en.wikipedia.org/wiki/Hacker_News) (sometimes abbreviated as `HN`) is a social news
> website focusing on computer science and entrepreneurship. It is run by the investment fund and startup
> incubator `Y Combinator`. In general, content that can be submitted is defined as "anything that gratifies
> one's intellectual curiosity."
## Installation and Setup
There isn't any special setup for it.
## Document Loader
See a [usage example](/docs/integrations/document_loaders/hacker_news).
```python
from langchain.document_loaders import HNLoader
```