mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-29 04:16:02 +00:00
docs: add links in Writer provider page (#30399)
This commit is contained in:
parent
785a8e7d45
commit
238f7fb345
@ -26,6 +26,7 @@ Get an Writer API key and set it as an environment variable (`WRITER_API_KEY`)
|
|||||||
```python
|
```python
|
||||||
from langchain_writer import ChatWriter
|
from langchain_writer import ChatWriter
|
||||||
```
|
```
|
||||||
|
See [details](/docs/integrations/chat/writer).
|
||||||
|
|
||||||
## PDF Parser
|
## PDF Parser
|
||||||
|
|
||||||
@ -33,12 +34,14 @@ from langchain_writer import ChatWriter
|
|||||||
```python
|
```python
|
||||||
from langchain_writer.pdf_parser import PDFParser
|
from langchain_writer.pdf_parser import PDFParser
|
||||||
```
|
```
|
||||||
|
See [details](/docs/integrations/document_loaders/parsers/writer_pdf_parser).
|
||||||
|
|
||||||
## Text splitter
|
## Text splitter
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from langchain_writer.text_splitter import WriterTextSplitter
|
from langchain_writer.text_splitter import WriterTextSplitter
|
||||||
```
|
```
|
||||||
|
See [details](/docs/integrations/splitters/writer_text_splitter).
|
||||||
|
|
||||||
## Tools calling
|
## Tools calling
|
||||||
|
|
||||||
@ -51,5 +54,6 @@ Support of basic function calls defined via dicts, Pydantic, python functions et
|
|||||||
```python
|
```python
|
||||||
from langchain_writer.tools import GraphTool
|
from langchain_writer.tools import GraphTool
|
||||||
```
|
```
|
||||||
|
See [details](/docs/integrations/tools/writer).
|
||||||
|
|
||||||
Writer-specific remotely invoking tool
|
Writer-specific remotely invoking tool
|
Loading…
Reference in New Issue
Block a user