Commit graph

838 commits

Author SHA1 Message Date
Edwin Jose
0eb0bd7e9e
Merge branch 'main' into lfx-openrag-update-flows 2025-09-29 14:54:02 -04:00
Edwin Jose
6c628dceb3 Update to components and flows 2025-09-29 14:53:47 -04:00
Mendon Kissling
0e6069236a
Merge pull request #131 from langflow-ai/docs-quickstart-use-langflow-external-api
docs: quickstart use langflow external api
2025-09-29 14:27:00 -04:00
Mendon Kissling
04cf8e25ae
Merge branch 'main' into docs-quickstart-use-langflow-external-api 2025-09-29 14:20:54 -04:00
Mendon Kissling
55d3be3a77 tab-name 2025-09-29 14:19:35 -04:00
Edwin Jose
5af70a2cd5 Merge branch 'main' into lfx-openrag-update-flows 2025-09-29 11:53:05 -04:00
Edwin Jose
8933131b4b
Merge pull request #93 from langflow-ai/add-header-run-endpoint 2025-09-29 11:46:37 -04:00
Edwin Jose
ecce8556ca
Merge branch 'main' into lfx-openrag-update-flows 2025-09-29 10:54:40 -04:00
Mendon Kissling
cd93638a22 remove-private-endpoints-from-quickstart 2025-09-26 18:16:16 -04:00
Mendon Kissling
43484270c0 Merge branch 'main' into docs-quickstart-use-langflow-external-api 2025-09-26 17:12:37 -04:00
Mendon Kissling
18a41f2ead more-on-local-models 2025-09-26 17:11:14 -04:00
Mendon Kissling
bc9f181abd use-local-model 2025-09-26 16:31:35 -04:00
Edwin Jose
55b1b2953d
Merge branch 'main' into add-header-run-endpoint 2025-09-26 15:06:15 -05:00
Mendon Kissling
a7d152eca2 model-selection 2025-09-26 15:59:22 -04:00
Nate McCall
d763dfee50
Merge pull request #96 from langflow-ai/docs-core-components-knowledge
docs: opensearch knowledge
2025-09-27 07:43:03 +12:00
Mendon Kissling
f424e08801 no-static-default-onboarding-behavior 2025-09-26 13:35:42 -04:00
Edwin Jose
b51efd0d5e
Merge branch 'main' into lfx-openrag-update-flows 2025-09-26 12:16:02 -05:00
Edwin Jose
ecd8ef6d1e Update Dockerfile.langflow 2025-09-26 12:37:51 -04:00
Mendon Kissling
84e5fa7a03 Merge branch 'main' into docs-core-components-knowledge 2025-09-26 12:34:32 -04:00
Mendon Kissling
a67aaaacd6 remove-multiple-map 2025-09-26 12:14:42 -04:00
Edwin Jose
960dac34d2 Update ingestion_flow.json 2025-09-26 12:01:56 -04:00
Lucas Oliveira
e0015f35db
fix: update onboarding design, make opensearch index be initialized after onboarding, make flow reset change the models to the provider chosen (#100)
* changed tooltip stype

* added start on label wrapper

* changed switch to checkbox on openai onboarding and changed copies

* made border be red when api key is invalid

* Added embedding configuration after onboarding

* changed openrag ingest docling to have same embedding model component as other flows

* changed flows service to get flow by id, not by path

* modify reset_langflow to also put right embedding model

* added endpoint and project id to provider config

* added replacing the model with the provider model when resetting

* Moved consts to settings.py

* raise when flow_id is not found
2025-09-26 12:04:17 -03:00
Eric Hare
1ce9f2923e
Merge pull request #42 from langflow-ai/feat-sharepoint-auth
feat: Sharepoint and OneDrive auth support for file picker
2025-09-26 07:53:14 -07: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
Mendon Kissling
8e9ad9ddc7 opensearch-syntax 2025-09-26 09:36:28 -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
843fc92b76 Enhance OpenSearch ingestion and metadata handling
Updated the OpenSearchVectorStoreComponent to improve document metadata ingestion, including support for Data objects in docs_metadata. Added new edges and nodes to ingestion_flow.json for dynamic metadata input. Changed Dockerfile.langflow to use the fix-file-component branch.
2025-09-26 02:10:51 -04:00
Edwin Jose
3cba2e32da
Merge branch 'main' into add-header-run-endpoint 2025-09-25 17:15:39 -05:00
Edwin Jose
ed6c410550 Update docker-compose.yml 2025-09-25 18:14:11 -04:00
Mendon Kissling
c1d99cb01e Merge branch 'docs-core-components-knowledge' of https://github.com/langflow-ai/openrag into docs-core-components-knowledge 2025-09-25 17:08:34 -04:00
Mendon Kissling
1c471d24dd oauth-ingestion-anchor 2025-09-25 17:08:19 -04:00
Mendon Kissling
c7a27694c2
Merge branch 'main' into docs-core-components-knowledge 2025-09-25 17:03:13 -04:00
Nate McCall
3819637749
Merge pull request #80 from langflow-ai/docs-core-components-agents
docs: core components agents
2025-09-26 08:44:25 +12:00
Eric Hare
275a89a675
Fix list_files interface for connectors 2025-09-25 13:37:28 -07:00
Edwin Jose
372c7e2445 update to header 2025-09-25 16:24:43 -04:00
Mendon Kissling
2ca0679745 filter-knowledge 2025-09-25 16:23:44 -04:00
Eric Hare
f03889a2b3
Finally fix MSAL in onedrive/sharepoint 2025-09-25 13:12:27 -07:00
Edwin Jose
fff4a63995 Add custom headers to Langflow ingestion requests
Introduces custom headers containing JWT and owner information to the Langflow ingestion API requests for improved authentication and traceability. Also refactors debug logging and formatting for better readability and error handling in the combined upload, ingest, and delete operation.
2025-09-25 15:45:32 -04:00
Edwin Jose
81300fdf9a Merge branch 'main' into lfx-openrag-update-flows 2025-09-25 15:40:33 -04:00
Edwin Jose
425b673e14 update to flow 2025-09-25 15:39:42 -04:00
Mendon Kissling
0840401526 sync-cloud-conns 2025-09-25 15:15:22 -04:00
Mendon Kissling
a804035427 direct-file-upload 2025-09-25 14:56:22 -04:00
Mendon Kissling
d4023418d4 oauth-connector-knowledge-ingest 2025-09-25 14:27:09 -04:00
Eric Hare
5e14c7f100
Merge branch 'main' into feat-sharepoint-auth 2025-09-25 10:22:59 -07:00
Mendon Kissling
a04ab7e39e anchor-syntax 2025-09-25 11:06:55 -04:00
Mendon Kissling
b154e68dc7 add-icon-import 2025-09-25 11:05:39 -04:00
Mendon Kissling
d9d2e7f68d init 2025-09-25 11:04:17 -04:00
Mendon Kissling
bf77361081 initial-content 2025-09-25 10:44:19 -04:00
Mendon Kissling
4c6c6fdbc2 Merge branch 'main' into docs-core-components-agents 2025-09-25 09:31:13 -04:00