mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
Docs: Fix Rockset links (#8214)
Fix broken Rockset links. Right now links at https://python.langchain.com/docs/integrations/providers/rockset are broken.
This commit is contained in:
parent
61347bd322
commit
8ce661d5a1
@ -20,7 +20,7 @@ from langchain.vectorstores import RocksetDB
|
||||
|
||||
## Document Loader
|
||||
|
||||
See a [usage example](docs/modules/data_connection/document_loaders/integrations/rockset).
|
||||
See a [usage example](/docs/integrations/document_loaders/rockset).
|
||||
```python
|
||||
from langchain.document_loaders import RocksetLoader
|
||||
```
|
Loading…
Reference in New Issue
Block a user