docs: add links in Writer provider page (#30399)

This commit is contained in:
ccurme 2025-03-20 16:13:48 -04:00 committed by GitHub
parent 785a8e7d45
commit 238f7fb345
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,7 @@ Get an Writer API key and set it as an environment variable (`WRITER_API_KEY`)
```python
from langchain_writer import ChatWriter
```
See [details](/docs/integrations/chat/writer).
## PDF Parser
@ -33,12 +34,14 @@ from langchain_writer import ChatWriter
```python
from langchain_writer.pdf_parser import PDFParser
```
See [details](/docs/integrations/document_loaders/parsers/writer_pdf_parser).
## Text splitter
```python
from langchain_writer.text_splitter import WriterTextSplitter
```
See [details](/docs/integrations/splitters/writer_text_splitter).
## Tools calling
@ -51,5 +54,6 @@ Support of basic function calls defined via dicts, Pydantic, python functions et
```python
from langchain_writer.tools import GraphTool
```
See [details](/docs/integrations/tools/writer).
Writer-specific remotely invoking tool