Commit graph

2171 commits

Author SHA1 Message Date
Sebastián Estévez
6baa2c5ac5
Merge branch 'main' into fix-port-conflict 2025-11-26 04:36:37 -05:00
phact
a1961f66b7 Merge branch 'main' into support-multi-embedding 2025-11-26 04:34:40 -05:00
Sebastián Estévez
634e035612
Merge pull request #489 from langflow-ai/bump-langflow-nightly
chore: Update base image to langflow-nightly:1.7.0.dev19
2025-11-26 04:26:54 -05:00
Edwin Jose
3dbd503b4c
Merge branch 'main' into support-multi-embedding 2025-11-26 04:20:05 -05:00
phact
bd0ea37253 integration tests docker cache 2025-11-26 04:08:28 -05:00
phact
a5c21e1ffc du 2025-11-26 04:04:00 -05:00
Sebastián Estévez
7308149f32
Merge pull request #518 from langflow-ai/v0.1.40
cut v0.1.40
2025-11-26 03:59:45 -05:00
phact
bd36727eb0 cut v0.1.40 2025-11-26 03:58:58 -05:00
phact
c276060cb1 fix cleanup 2025-11-26 03:53:43 -05:00
phact
bad829a73b Merge branch 'fix-port-conflict' of github.com:phact/openrag into fix-port-conflict 2025-11-26 03:51:07 -05:00
phact
58528dc541 clean up runner 2025-11-26 03:50:22 -05:00
Sebastián Estévez
e23c8fca36
Merge branch 'main' into fix-port-conflict 2025-11-26 03:48:26 -05:00
phact
fefcede8b5 also proactively check native port 2025-11-26 03:47:47 -05:00
Sebastián Estévez
afd32ee0a3
Merge pull request #497 from langflow-ai/langflowai-dockerhub
Langflowai dockerhub
2025-11-26 03:07:47 -05:00
Sebastián Estévez
4ad4847a5b
Merge branch 'main' into langflowai-dockerhub 2025-11-26 02:32:48 -05:00
phact
c7427b1ad2 use RagRunner for docker build step 2025-11-26 02:31:44 -05:00
Edwin Jose
998d8b9195 Add fail-safe mode to embedding and OpenSearch components
Introduces a 'fail_safe_mode' option to the Embedding Model and OpenSearch (Multi-Model Multi-Embedding) components, allowing errors to be logged and None returned instead of raising exceptions. Refactors embedding model fetching logic for better error handling and updates component metadata, field order, and dependencies. Also adds 'className' fields and updates frontend node folder IDs for improved UI consistency.
2025-11-26 01:15:30 -05:00
Edwin Jose
2fa6efeaa9 update flows 2025-11-26 00:43:40 -05:00
Edwin Jose
d3a66c82b9 Add fail-safe mode to Embedding Model component
Introduces a 'fail_safe_mode' option to the Embedding Model component, allowing errors to be logged and None returned instead of raising exceptions. Refactors embedding initialization logic for OpenAI, Ollama, and IBM watsonx.ai providers to support this mode, and updates UI configuration and metadata accordingly.
2025-11-25 23:09:58 -05:00
Edwin Jose
8aa44037dc Update Dockerfile.langflow 2025-11-25 22:50:43 -05:00
Edwin Jose
0f2012bbb9 Update Langflow tweaks and add provider credentials to headers
Replaces all references to 'OpenSearchHybrid-Ve6bS' with 'OpenSearchVectorStoreComponentMultimodalMultiEmbedding-By9U4' in main.py, processors, and file service. Adds a utility for injecting provider credentials into Langflow request headers and integrates it into chat and file services for improved credential handling.
2025-11-25 22:50:38 -05:00
Eric Hare
63d6979eb1
fix: More graceful handling of port conflicts 2025-11-25 17:20:30 -08:00
Edwin Jose
07b84e373a Update config import to use settings module
Replaced imports from config_manager with settings in chat_service.py and langflow_file_service.py to use get_openrag_config from config.settings. This change ensures consistency with the updated configuration structure.
2025-11-25 19:40:24 -05:00
Edwin Jose
0bb0b621f0 Merge branch 'support-multi-embedding' of https://github.com/langflow-ai/openrag into support-multi-embedding 2025-11-25 19:09:23 -05:00
Edwin Jose
0c191edaaf Switch ingestion flow to multimodal OpenSearch component
Replaces OpenSearchHybrid with OpenSearchVectorStoreComponentMultimodalMultiEmbedding in ingestion_flow.json, updating all relevant edges and embedding connections. Updates docker-compose.yml to use local builds for backend, frontend, and langflow, and improves environment variable handling for API keys. This refactor enables multi-model and multimodal embedding support for document ingestion and search.
2025-11-25 19:09:21 -05:00
Edwin Jose
41d0d96268
Merge branch 'main' into support-multi-embedding 2025-11-25 17:48:57 -05:00
Edwin Jose
284b982dbf Add SELECTED_EMBEDDING_MODEL global variable support
Introduces SELECTED_EMBEDDING_MODEL as a global environment variable in docker-compose files and ensures it is passed in API headers for Langflow-related services. Updates settings and onboarding logic to set this variable without triggering flow updates, improving embedding model configuration consistency across services.
2025-11-25 17:47:54 -05:00
Mike Fortman
1cb70ae704
Merge pull request #513 from langflow-ai/add-filename-tooltip
add tooltip to view full file names
2025-11-25 16:45:41 -06:00
Mike Fortman
0bdb32080a
Merge branch 'main' into add-filename-tooltip 2025-11-25 16:20:22 -06:00
April I. Murphy
cf40c34592
Merge pull request #512 from langflow-ai/docs-fix-python-req
Docs: Fix python requirement and README anchors
2025-11-25 14:10:29 -08:00
Mike Fortman
e9e70545a0 alignment improvement 2025-11-25 16:06:42 -06:00
Edwin Jose
fdcac7c37b Merge branch 'bump-langflow-nightly' of https://github.com/langflow-ai/openrag into bump-langflow-nightly 2025-11-25 17:06:08 -05:00
Edwin Jose
d5bf5b0c18 Update docker-compose.yml 2025-11-25 17:06:06 -05:00
Edwin Jose
eeafecde0d
Merge branch 'main' into bump-langflow-nightly 2025-11-25 17:05:09 -05:00
Mike Fortman
3107c4086e add tooltip to view full file names 2025-11-25 16:03:18 -06:00
April M
49e0b8423f python requirement, readme links 2025-11-25 13:13:37 -08:00
Lucas Oliveira
28cb9fc26b Changed TUI implementation to support new docker compose override 2025-11-25 18:10:02 -03:00
Lucas Oliveira
608fc798b0 Deleted docker compose cpu, added gpu override 2025-11-25 18:09:47 -03:00
Mike Fortman
fd84221b48
Merge pull request #510 from langflow-ai/create-filter-file-list
update limits so knowledge filters file list isn't limited to one
2025-11-25 13:58:45 -06:00
Edwin Jose
d85db21adf
Merge branch 'main' into bump-langflow-nightly 2025-11-25 13:37:29 -05:00
Mike Fortman
844844afe3
Merge branch 'main' into create-filter-file-list 2025-11-25 12:08:04 -06:00
Mike Fortman
45b4db8afc update limits so knowledge filters file list isn't limited to one 2025-11-25 12:00:58 -06:00
April I. Murphy
5cb1cb14d3
Merge pull request #507 from langflow-ai/issue-500-doc-known-limitation
Docs: Known limitation for Windows nested virtualization
2025-11-25 08:41:23 -08:00
April M
370c668fc4 peer review 2025-11-25 08:34:01 -08:00
April I. Murphy
b807bbcd25
Update docs/docs/_partial-wsl-install.mdx 2025-11-25 08:15:12 -08:00
April M
ad703df6ec limitation for nested virtualization 2025-11-25 08:09:32 -08:00
phact
f370afbd22 rc2 2025-11-24 21:27:19 -05:00
pushkala-datastax
51fd5bd858
Merge pull request #496 from langflow-ai/default-provider
Detect and default to provider with env set
2025-11-24 16:33:00 -08:00
pushkala-datastax
b4e8fef0ba
Merge pull request #494 from langflow-ai/issue-458-ssl-macos
Docs: Add troubleshooting for Python SSL certificates on macOS
2025-11-24 15:33:19 -08:00
April I. Murphy
c6c562a2f1
Merge pull request #493 from langflow-ai/issue-480-wsl-docs
Docs: Add WSL details
2025-11-24 15:29:50 -08:00