From 07ba030a4e81034c0e323a8569abd2d69d2ffc16 Mon Sep 17 00:00:00 2001 From: Bin <124781335@qq.com> Date: Tue, 19 Dec 2023 09:16:22 +0800 Subject: [PATCH] docs: fixed tiktoken link error (#14840) - **Description:** fixed tiktoken link error, - **Issue:** no, - **Dependencies:** no, - **Tag maintainer:** @baskaryan, - **Twitter handle:** SignetCode! --- docs/docs/integrations/platforms/openai.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/platforms/openai.mdx b/docs/docs/integrations/platforms/openai.mdx index 79b9f7abd88..5ca287f3f24 100644 --- a/docs/docs/integrations/platforms/openai.mdx +++ b/docs/docs/integrations/platforms/openai.mdx @@ -73,7 +73,7 @@ You can also use it to count tokens when splitting documents with from langchain.text_splitter import CharacterTextSplitter CharacterTextSplitter.from_tiktoken_encoder(...) ``` -For a more detailed walkthrough of this, see [this notebook](/docs/modules/data_connection/document_transformers/text_splitters/tiktoken) +For a more detailed walkthrough of this, see [this notebook](/docs/modules/data_connection/document_transformers/text_splitters/split_by_token#tiktoken) ## Document Loader