🔗 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:
parent
ee2278c37e
commit
afa1c17379
1 changed files with 0 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue