🔗 docs(config.yaml): update documentation links for PromptTemplate and CharacterTextSplitter

The documentation links for PromptTemplate and CharacterTextSplitter have been updated to the correct URLs. This ensures that users can access the relevant documentation for these components.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-06 17:11:26 -03:00
commit afa1c17379

View file

@ -164,8 +164,6 @@ memories:
prompts:
PromptTemplate:
documentation: "https://python.langchain.com/docs/modules/model_io/prompts/prompt_templates/"
ZeroShotPrompt:
documentation: "https://python.langchain.com/docs/modules/agents/how_to/custom_mrkl_agent"
textsplitters:
CharacterTextSplitter:
documentation: "https://python.langchain.com/docs/modules/data_connection/document_transformers/text_splitters/character_text_splitter"