mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 07:46:02 +08:00
* Add IBM watsonx.ai support to LanguageModelComponent Extended LanguageModelComponent to support IBM watsonx.ai as a provider, including dynamic model fetching, new input fields for API endpoint and project ID, and integration with ChatWatsonx. Updated starter project JSONs to reflect these changes and enable selection of IBM watsonx.ai models. * Add Ollama support to LanguageModelComponent Extended the LanguageModelComponent to support Ollama as a provider, including dynamic model fetching from the Ollama API and related UI input fields. Updated build_model and update_build_config logic to handle Ollama-specific configuration and improved provider switching logic for all supported providers. * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * flow updates * Update component_index.json * Add context_id support and expand model providers Introduces a context_id input to ChatInput and ChatOutput components for enhanced chat memory management. Expands LanguageModelComponent to support IBM watsonx.ai and Ollama providers, including dynamic model fetching and related configuration options. * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) * Add IBM watsonx and Ollama support to LanguageModelComponent Refactored LanguageModelComponent to support IBM watsonx and Ollama providers, including new input fields and validation logic. Updated build config logic and tests to handle provider-specific options, error cases, and model instantiation for IBM watsonx and Ollama. * update to the componentn index and templates * fix ruff * Update component_index.json * template updates --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>