Skip to content

Commit

Permalink
docs: Update custom name for IBM (#27437)
Browse files Browse the repository at this point in the history
Thank you for contributing to LangChain!

PR: Update custom name for IBM in api_reference docs

Co-authored-by: Erick Friis <[email protected]>
  • Loading branch information
MateuszOssGit and efriis authored Oct 17, 2024
1 parent 6e228c8 commit 97dc578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api_reference/create_api_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 97dc578

Please sign in to comment.