mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 08:33:49 +00:00
docs: update DoctranPropertyExtractor import path and fix typo (#31177)
**Description:** Updated the import path for `DoctranPropertyExtractor` from `langchain_community.document_loaders` to `langchain_community.document_transformers` in multiple locations to reflect recent package structure changes. Also corrected a minor typo in the word "variable". **Issue:** N/A **Dependencies:** N/A **LinkedIn handle:** For shout out if announced [Asif Mehmood](https://www.linkedin.com/in/asifmehmood1997/).
This commit is contained in:
parent
683da2c9e9
commit
2ec74fea44
@ -19,19 +19,19 @@ pip install doctran
|
|||||||
See a [usage example for DoctranQATransformer](/docs/integrations/document_transformers/doctran_interrogate_document).
|
See a [usage example for DoctranQATransformer](/docs/integrations/document_transformers/doctran_interrogate_document).
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from langchain_community.document_loaders import DoctranQATransformer
|
from langchain_community.document_transformers import DoctranQATransformer
|
||||||
```
|
```
|
||||||
### Property Extractor
|
### Property Extractor
|
||||||
|
|
||||||
See a [usage example for DoctranPropertyExtractor](/docs/integrations/document_transformers/doctran_extract_properties).
|
See a [usage example for DoctranPropertyExtractor](/docs/integrations/document_transformers/doctran_extract_properties).
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from langchain_community.document_loaders import DoctranPropertyExtractor
|
from langchain_community.document_transformers import DoctranPropertyExtractor
|
||||||
```
|
```
|
||||||
### Document Translator
|
### Document Translator
|
||||||
|
|
||||||
See a [usage example for DoctranTextTranslator](/docs/integrations/document_transformers/doctran_translate_document).
|
See a [usage example for DoctranTextTranslator](/docs/integrations/document_transformers/doctran_translate_document).
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from langchain_community.document_loaders import DoctranTextTranslator
|
from langchain_community.document_transformers import DoctranTextTranslator
|
||||||
```
|
```
|
||||||
|
@ -12,7 +12,7 @@ pip install -U langchain_community friendli-client
|
|||||||
```
|
```
|
||||||
|
|
||||||
Sign in to [Friendli Suite](https://suite.friendli.ai/) to create a Personal Access Token,
|
Sign in to [Friendli Suite](https://suite.friendli.ai/) to create a Personal Access Token,
|
||||||
and set it as the `FRIENDLI_TOKEN` environment variabzle.
|
and set it as the `FRIENDLI_TOKEN` environment variable.
|
||||||
|
|
||||||
|
|
||||||
## Chat models
|
## Chat models
|
||||||
|
Loading…
Reference in New Issue
Block a user