mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 05:52:15 +00:00
docs ecosystem/integrations
update 4 (#5590)
# docs `ecosystem/integrations` update 4 Added missed integrations. Fixed inconsistencies. ## Who can review? @hwchase17 @dev2049
This commit is contained in:
@@ -71,3 +71,11 @@ See a [usage example](../modules/indexes/document_loaders/examples/chatgpt_loade
|
||||
```python
|
||||
from langchain.document_loaders.chatgpt import ChatGPTLoader
|
||||
```
|
||||
|
||||
## Retriever
|
||||
|
||||
See a [usage example](../modules/indexes/retrievers/examples/chatgpt-plugin.ipynb).
|
||||
|
||||
```python
|
||||
from langchain.retrievers import ChatGPTPluginRetriever
|
||||
```
|
||||
|
Reference in New Issue
Block a user