mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
a3598193a0
# docs: ecosystem/integrations update 2 #5219 - part 1 The second part of this update (parts are independent of each other! no overlap): - added diffbot.md - updated confluence.ipynb; added confluence.md - updated college_confidential.md - updated openai.md - added blackboard.md - added bilibili.md - added azure_blob_storage.md - added azlyrics.md - added aws_s3.md ## Who can review? @hwchase17@agola11 @agola11 @vowelparrot @dev2049
17 lines
405 B
Markdown
17 lines
405 B
Markdown
# College Confidential
|
|
|
|
>[College Confidential](https://www.collegeconfidential.com/) gives information on 3,800+ colleges and universities.
|
|
|
|
## Installation and Setup
|
|
|
|
There isn't any special setup for it.
|
|
|
|
|
|
## Document Loader
|
|
|
|
See a [usage example](../modules/indexes/document_loaders/examples/college_confidential.ipynb).
|
|
|
|
```python
|
|
from langchain.document_loaders import CollegeConfidentialLoader
|
|
```
|