fix: refactor bundle and component names#9140
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThis update standardizes branding, naming, and formatting across documentation, backend component metadata, frontend constants, and starter project configurations. Changes include correcting spacing and capitalization for terms like "Hugging Face," "Astra DB," "TwelveLabs," "Yahoo! Finance," and "YouTube," as well as improving descriptions and display names for clarity and consistency. No functional or logic changes are introduced. Changes
Sequence Diagram(s)No sequence diagrams generated since all changes are related to naming, branding, formatting, and metadata without affecting control flow or introducing new features. Estimated code review effort1 (~8 minutes) Possibly related PRs
Suggested labels
Suggested reviewers
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
aimurphy
left a comment
There was a problem hiding this comment.
Approving from copy perspective.
Codecov ReportAttention: Patch coverage is
❌ Your project status has failed because the head coverage (51.85%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #9140 +/- ##
=======================================
Coverage 51.85% 51.85%
=======================================
Files 632 633 +1
Lines 43365 43396 +31
Branches 125 125
=======================================
+ Hits 22486 22505 +19
- Misses 20829 20841 +12
Partials 50 50
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
mendonk
left a comment
There was a problem hiding this comment.
Approving docs changes.
* Changed Youtube to YouTube * Updated AIML to AI/ML API * Updated AI/ML Model name * Changed Anthropic description * updated arXiv name * Set Astra Vectorize as legacy * Updated get env var * Updates firecrawl names * Updated Icon for Google Gen AI embeddings * Add Space on Home Assistant * Updated Hugging Face name * Updated Maritalk Name * Updated Not Diamond name * Updated ScrapeGraph names * Changed SearchApi Name * Changed TwelveLabs naming * Updated AstraDB naming * Updated VertexAI naming * Updated Wolfram * Updated Yahoo naming * Updated Yahoo Finance name * Updated Yahoo Finance * [autofix.ci] apply automated fixes * Update google serper bundle * updated ai ml icon name * Updated maritalk * Changed ai ml api name * removed openai from base url * Revert components-bundles changes * revert changes on components-vector-stores * Revert changes on deployment-hugging-face-spaces * Revert changes on integrations-nvidia-ingest * Revert changes on release-notes * Update changes on sequential agent * [autofix.ci] apply automated fixes * fixed filterSidebar test * updated filter edge test * updated shard 11 test with new sidebar names --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Changed Youtube to YouTube * Updated AIML to AI/ML API * Updated AI/ML Model name * Changed Anthropic description * updated arXiv name * Set Astra Vectorize as legacy * Updated get env var * Updates firecrawl names * Updated Icon for Google Gen AI embeddings * Add Space on Home Assistant * Updated Hugging Face name * Updated Maritalk Name * Updated Not Diamond name * Updated ScrapeGraph names * Changed SearchApi Name * Changed TwelveLabs naming * Updated AstraDB naming * Updated VertexAI naming * Updated Wolfram * Updated Yahoo naming * Updated Yahoo Finance name * Updated Yahoo Finance * [autofix.ci] apply automated fixes * Update google serper bundle * updated ai ml icon name * Updated maritalk * Changed ai ml api name * removed openai from base url * Revert components-bundles changes * revert changes on components-vector-stores * Revert changes on deployment-hugging-face-spaces * Revert changes on integrations-nvidia-ingest * Revert changes on release-notes * Update changes on sequential agent * [autofix.ci] apply automated fixes * fixed filterSidebar test * updated filter edge test * updated shard 11 test with new sidebar names --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This pull request introduces updates to improve component descriptions, align naming conventions, and enhance clarity in both backend and frontend code. Key changes include renaming and refining descriptions for AI/ML-related components, updating icon usage guidelines, and deprecating outdated components.
Backend Updates
AI/ML API Naming and Descriptions:
src/backend/base/langflow/base/models/aiml_constants.pyandsrc/backend/base/langflow/components/aiml/aiml.py. This includes changes to error messages, display names, descriptions, and API key information for consistency. [1] [2] [3] [4]Component Refinements:
FirecrawlCrawlApi,FirecrawlExtractApi,FirecrawlMapApi, andFirecrawlScrapeApi) to better explain their functionality. [1] [2] [3] [4]GetEnvVarcomponent by renaming it to "Get Environment Variable" and refining input/output display names for clarity.Deprecation:
AstraVectorizeComponentas legacy, signaling its deprecation in favor of the Astra DB Component.Frontend Updates
Icon Usage Guidelines:
.cursor/rules/icons.mdcfor creating and exporting React-based SVG icons, ensuring consistency in frontend icon implementation. [1] [2] [3]Icon Updates:
GoogleGenerativeAIEmbeddingsComponentto "GoogleGenerativeAI" for better alignment with its purpose.