Commit graph

2135 commits

Author SHA1 Message Date
Edwin Jose
6c3fca2018
Merge branch 'main' into support-multi-embedding 2025-11-26 11:04:23 -05:00
Sebastián Estévez
59b88a7020
Merge pull request #511 from langflow-ai/fix/docker-compose
fix: change docker compose gpu to be an override
2025-11-26 06:49:18 -05:00
phact
157cebff4e rm with docker compose 2025-11-26 06:43:50 -05:00
phact
b92f4fdfb3 rm full path 2025-11-26 06:40:30 -05:00
phact
5df25e21fe chown instead 2025-11-26 06:35:36 -05:00
phact
9e8936e2b8 comment - integration test cleanup 2025-11-26 06:33:51 -05:00
phact
d1b7a36801 integration test cleanup 2025-11-26 06:32:38 -05:00
phact
bb05b3e632 Merge branch 'fix/docker-compose' of github.com:phact/openrag into fix/docker-compose 2025-11-26 06:31:44 -05:00
phact
24c006128c remove the secret 2025-11-26 06:31:15 -05:00
phact
25e0c6cbd1 merge 2025-11-26 06:23:21 -05:00
phact
71eaa1c1e2 monitor actually displays and sticks across navigation 2025-11-26 06:17:20 -05:00
phact
67e31dbbe4 symlinks 2025-11-26 06:01:04 -05:00
Sebastián Estévez
b172c2888d
Merge branch 'main' into support-multi-embedding 2025-11-26 04:38:41 -05:00
Sebastián Estévez
eeebc674e2
Merge pull request #516 from langflow-ai/fix-port-conflict
fix: More graceful handling of port conflicts
2025-11-26 04:36:52 -05:00
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