Commit graph

53 commits

Author SHA1 Message Date
Edwin Jose
eb1acde7df update the docker compose 2025-10-06 23:16:32 -04:00
Edwin Jose
42a198f96a Add CONNECTOR_TYPE_URL env and flow support
Introduces the CONNECTOR_TYPE_URL environment variable to docker-compose files and assets, updates the OpenRAG URL ingestion flow to use it, and ensures it is set in the auth service global variables. This enables explicit configuration and handling of URL-based connectors in the OpenRAG system.
2025-10-06 16:24:15 -04:00
Edwin Jose
725b6b8f25 Update docker-compose env vars and comments
Added new environment variables (FILENAME, MIMETYPE, FILESIZE) and updated LANGFLOW_VARIABLES_TO_GET_FROM_ENVIRONMENT to include them. Comment formatting and container_name lines were adjusted for consistency, and DEFAULT_FOLDER_NAME is now commented out in both files.
2025-10-04 02:11:35 -04:00
Edwin Jose
30f4c8eb6e Merge branch 'main' into add-mcp-flows 2025-10-03 17:00:04 -04:00
Lucas Oliveira
ea61aa7136 added url ingest id to everything 2025-10-03 17:29:28 -03:00
Mike Fortman
8fef1c7976
Merge branch 'main' into lf-ffs 2025-10-03 12:30:04 -05:00
Mike Fortman
9782f6ddf0 add Langflow feature flags 2025-10-02 16:50:16 -05:00
Lucas Oliveira
460d3d29fc
fix: remove config from being visible (#178)
* remove config from volume

* delete config folder
2025-10-02 17:34:03 -03:00
Edwin Jose
3d07a6b419 Update docker-compose.yml 2025-10-02 14:46:38 -04:00
Lucas Oliveira
2fc2a0ca03
fix: make config be on a volume (#170)
* fixed docker compose cpu and normal with volume

* changed config path

* changed gitignore

* added config example yaml
2025-10-01 17:47:23 -03:00
Lucas Oliveira
52896a8da7
fix: set defined models for openai, make default embedding be used when disable ingest with LF feature flag is enabled (#128)
* hard-coded openai models

* ensure index if disable ingest with langflow is active

* update backend to not update embedding model when flag is disabled

* initialize index on startup when feature flag is enabled

* put config.yaml on docker compose
2025-10-01 16:50:21 -03:00
Edwin Jose
778993d64c Update env vars and header keys for Langflow service
Added OWNER, OWNER_NAME, OWNER_EMAIL, and CONNECTOR_TYPE environment variables to docker-compose.yml. Updated LANGFLOW_VARIABLES_TO_GET_FROM_ENVIRONMENT to match. Changed header keys in langflow_file_service.py to uppercase and ensured values are stringified for consistency.
2025-09-26 10:35:39 -04:00
Edwin Jose
392322077f Enable local build for OpenRAG services and update metadata handling
Switched OpenRAG backend and frontend in docker-compose.yml to use local Dockerfile builds instead of remote images. Updated environment variables for better clarity and system integration. In flows/openrag_agent.json and langflow_file_service, improved handling of docs_metadata to support Data objects and added logging for metadata ingestion. Added agent_llm edge to agent node in flow definition.
2025-09-26 03:08:26 -04:00
Edwin Jose
f4268bb99e Add new environment variables and improve logging
Added OWNER, OWNER_NAME, OWNER_EMAIL, and CONNECTOR_TYPE environment variables to docker-compose.yml and updated LANGFLOW_VARIABLES_TO_GET_FROM_ENVIRONMENT accordingly. Modified ingestion_flow.json to adjust node selection and className, and cleared a sensitive value. Added logging for metadata tweaks in langflow_file_service.py for better traceability.
2025-09-26 02:36:32 -04:00
Edwin Jose
ed6c410550 Update docker-compose.yml 2025-09-25 18:14:11 -04:00
Edwin Jose
372c7e2445 update to header 2025-09-25 16:24:43 -04:00
phact
d6a8f4437c v0.1.13 - back to custom langflow branch 2025-09-19 23:40:48 -04:00
phact
815be13890 switch compose to openrag-langflow images because arm 2025-09-18 14:33:18 -04:00
phact
05239e8f0d make flows visible to backend container 2025-09-09 14:12:02 -04:00
Edwin Jose
1531c6a9f5 Merge branch 'ingestion-flow' into langflow-ingestion-modes 2025-09-08 16:51:29 -04:00
Sebastián Estévez
084502c0b6
Merge branch 'main' into ingestion-flow 2025-09-08 16:29:13 -04:00
phact
3c6c8f999b compose versions env vars 2025-09-08 16:22:20 -04:00
Edwin Jose
72e87eb702 change the parameter! 2025-09-08 15:42:20 -04:00
Lucas Oliveira
d6bf6444e5 Merge remote-tracking branch 'origin/main' into feat/nudges 2025-09-08 16:25:59 -03:00
Edwin Jose
e8e9cce858 update to docker compose 2025-09-08 14:43:11 -04:00
Gabriel Luiz Freitas Almeida
503fa92788
Merge branch 'main' into ingestion-flow 2025-09-08 12:19:52 -03:00
Eric Hare
84a05ef3b5
revert docker compose 2025-09-05 15:30:39 -07:00
Lucas Oliveira
398c5f3003 Added nudges flow id to docker compose 2025-09-04 18:18:26 -03:00
Eric Hare
e15321e9fc
try to get sync working 2025-09-04 10:14:57 -07:00
Gabriel Luiz Freitas Almeida
e4603706fe Update Docker Compose files to replace FLOW_ID with LANGFLOW_CHAT_FLOW_ID
This commit modifies both docker-compose.yml and docker-compose-cpu.yml to update the environment variable from FLOW_ID to LANGFLOW_CHAT_FLOW_ID, ensuring consistency across configurations. These changes contribute to a more robust and well-documented codebase.
2025-09-04 10:27:08 -03:00
Gabriel Luiz Freitas Almeida
8f69eab5c9 Update Docker Compose files to include OPENSEARCH_PASSWORD in environment variables
This commit modifies both docker-compose.yml and docker-compose-cpu.yml to add OPENSEARCH_PASSWORD to the LANGFLOW_VARIABLES_TO_GET_FROM_ENVIRONMENT. Additionally, unnecessary whitespace has been removed for improved readability.
2025-09-04 08:59:54 -03:00
phact
650d4c1e59 langflow env vars 2025-09-03 22:52:17 -04:00
phact
68fd7649e6 update yaml 2025-09-03 15:56:11 -04:00
phact
859458efdf LANGFLOW_URL 2025-08-27 23:09:11 -04:00
phact
8f930aab6a os image in compose 2025-08-26 23:57:47 -04:00
phact
fd8ec3a04e arm wip 2025-08-26 23:50:47 -04:00
phact
88cde498af selinux podman volume relabel 2025-08-20 04:08:57 -04:00
phact
e7f6010ef6 docker-compose improvements 2025-08-19 12:07:11 -04:00
phact
346b938d98 refactor to openrag and knowledge filters 2025-08-13 16:31:35 -04:00
phact
ef00cc720b flow to support passing filters 2025-08-12 16:30:41 -04:00
phact
d5dd1c1183 langflow jwt changes 2025-08-12 00:28:12 -04:00
phact
8def00d6d6 oidc / opensearch auth integration -- search endpoint 2025-08-11 16:45:54 -04:00
phact
be8ba0eb9e compose to use dockerhub images 2025-08-01 10:14:33 -04:00
phact
a552406911 split frontend and backend containers 2025-08-01 10:12:39 -04:00
phact
0edff65fde switch to responses langflow image 2025-07-24 14:08:37 -04:00
phact
b330bbbc17 switch to gendb image (vs build) 2025-07-24 14:07:28 -04:00
phact
ccb95257f0 arch 2025-07-24 13:31:34 -04:00
phact
ea24c81eab multi worker uploads + docling gpu improvements 2025-07-24 01:51:45 -04:00
phact
1561d504f6 secrets to .env 2025-07-16 03:54:22 -04:00
phact
65b52ad1db flows 2025-07-16 01:16:02 -04:00