-
Notifications
You must be signed in to change notification settings - Fork 1.3k
oss: nits #1760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oss: nits #1760
Conversation
|
Mintlify preview ID generated: preview-mdrxyn-1764976108-30e010e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR addresses minor documentation issues ("nits") across the LangChain documentation, focusing primarily on brand name capitalization corrections and formatting improvements. The changes standardize references to "GitHub" and "GitLab" with proper capitalization, improve heading consistency with sentence-case formatting, and reorganize some provider pages for better clarity.
Key Changes
- Brand name corrections: Systematically updates "Github" → "GitHub" and "Gitlab" → "GitLab" across ~30 files
- Formatting improvements: Standardizes heading capitalization to sentence-case, improves code formatting in tables with backticks, and refines method notation in documentation
- Provider page reorganization: Restructures OpenAI, Anthropic, Ollama, and Groq provider pages to separate legacy models into dedicated "Other" sections
Reviewed changes
Copilot reviewed 45 out of 45 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/oss/python/integrations/vectorstores/moorcheh.mdx | Corrected "Github" to "GitHub" in multiple links |
| src/oss/python/integrations/tools/opengradient_toolkit.mdx | Fixed GitHub capitalization in API reference |
| src/oss/python/integrations/tools/lemonai.mdx | Updated GitHub capitalization in tool description |
| src/oss/python/integrations/tools/index.mdx | Corrected GitHub/GitLab capitalization in toolkit table and cards |
| src/oss/python/integrations/tools/gitlab.mdx | Standardized GitLab capitalization throughout page |
| src/oss/python/integrations/tools/github.mdx | Standardized GitHub capitalization throughout page |
| src/oss/python/integrations/tools/anchor_browser.mdx | Fixed GitHub capitalization in API reference |
| src/oss/python/integrations/text_embedding/localai.mdx | Corrected GitHub reference |
| src/oss/python/integrations/text_embedding/infinity.mdx | Updated GitHub references in multiple locations |
| src/oss/python/integrations/retrievers/zotero.mdx | Fixed GitHub capitalization in links |
| src/oss/python/integrations/retrievers/index.mdx | Updated Document reference formatting and removed obsolete note |
| src/oss/python/integrations/retrievers/contextual.mdx | Corrected GitHub capitalization |
| src/oss/python/integrations/providers/yeagerai.mdx | Fixed GitHub reference |
| src/oss/python/integrations/providers/searx.mdx | Updated GitHub capitalization in tool name |
| src/oss/python/integrations/providers/remembrall.mdx | Corrected GitHub reference in setup instructions |
| src/oss/python/integrations/providers/openai.mdx | Moved legacy LLM cards to "Other" section |
| src/oss/python/integrations/providers/ollama.mdx | Reorganized legacy OllamaLLM to "Other" section |
| src/oss/python/integrations/providers/localai.mdx | Fixed GitHub reference |
| src/oss/python/integrations/providers/groq.mdx | Simplified provider page to model interfaces only (contains incorrect link bug) |
| src/oss/python/integrations/providers/google.mdx | Corrected GitHub organization reference |
| src/oss/python/integrations/providers/gitlab.mdx | Standardized GitLab toolkit capitalization |
| src/oss/python/integrations/providers/bananadev.mdx | Fixed GitHub repo reference |
| src/oss/python/integrations/providers/anthropic.mdx | Moved legacy AnthropicLLM to "Other" section |
| src/oss/python/integrations/providers/anchor_browser.mdx | Corrected GitHub reference |
| src/oss/python/integrations/document_loaders/yt_dlp.mdx | Fixed GitHub capitalization |
| src/oss/python/integrations/document_loaders/index.mdx | Updated method notation, improved table formatting, corrected heading capitalization |
| src/oss/python/integrations/document_loaders/github.mdx | Fixed heading capitalization |
| src/oss/python/integrations/document_loaders/airbyte_*.mdx | Corrected GitHub references across 6 Airbyte loader files |
| src/oss/python/integrations/document_loaders/airbyte_cdk.mdx | Fixed GitHub references and connector name |
| src/oss/python/integrations/chat/groq.mdx | Added sidebarTitle frontmatter |
| src/oss/python/integrations/chat/contextual.mdx | Corrected GitHub reference |
| src/oss/python/integrations/callbacks/confident.mdx | Fixed GitHub capitalization |
| src/oss/langchain/models.mdx | Updated GitHub references in model profile documentation |
| src/oss/javascript/integrations/retrievers/index.mdx | Updated Document reference and reformatted card structure (contains typo) |
| src/oss/javascript/integrations/document_loaders/index.mdx | Improved method notation, table formatting, heading capitalization (contains typo) |
| src/oss/integrations/splitters/index.mdx | Improved code formatting with backticks |
| src/langsmith/prompt-commit.mdx | Fixed GitHub capitalization in image alt text |
| src/docs.json | Updated navigation to point to chat/groq instead of providers/groq |
| pipeline/tools/partner_pkg_table.py | Removed "Python" from ecosystem description for language neutrality |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Mintlify preview ID generated: preview-mdrxyn-1764976678-74abea4 |
|
Mintlify preview ID generated: preview-mdrxyn-1764976992-3b77b66 |
No description provided.