diff --git a/docs/docs/integrations/providers/writer.mdx b/docs/docs/integrations/providers/writer.mdx index 8da193c2e07..10680e49587 100644 --- a/docs/docs/integrations/providers/writer.mdx +++ b/docs/docs/integrations/providers/writer.mdx @@ -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 \ No newline at end of file