mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 07:26:16 +00:00
docs: Update custom name for IBM (#27437)
Thank you for contributing to LangChain! PR: Update custom name for IBM in api_reference docs Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -533,6 +533,7 @@ def _build_index(dirs: List[str]) -> None:
|
||||
"airbyte": "Airbyte",
|
||||
"aws": "AWS",
|
||||
"ai21": "AI21",
|
||||
"ibm": "IBM",
|
||||
}
|
||||
ordered = ["core", "langchain", "text-splitters", "community", "experimental"]
|
||||
main_ = [dir_ for dir_ in ordered if dir_ in dirs]
|
||||
|
Reference in New Issue
Block a user