mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-28 11:55:21 +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
|
||||
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
|
Loading…
Reference in New Issue
Block a user