Commit graph

411 commits

Author SHA1 Message Date
phact
325358e917 key permissions 2025-10-07 13:18:31 -04:00
phact
65d7430fac fixes 2025-10-07 11:08:38 -04:00
phact
13c33fca8f remove logging 2025-10-07 02:11:51 -04:00
phact
5e48d7b791 trace logging 2025-10-07 02:07:06 -04:00
phact
330b16ae06 preserve file name for upload 2025-10-07 02:00:57 -04:00
phact
31e49106fa dotenv override=False 2025-10-07 01:34:01 -04:00
phact
8ee1011562 unnecessary arg 2025-10-07 01:32:56 -04:00
phact
f5af5c77c0 merge 2025-10-07 00:04:22 -04:00
Edwin Jose
bfd0bc2c87
Merge branch 'main' into add-mcp-agent-flows 2025-10-06 23:17:14 -04:00
Edwin Jose
e7799e1a2c Quote OWNER_NAME to handle spaces in headers
OWNER_NAME is now wrapped in double quotes to prevent issues with spaces and special characters when used in headers. This change improves reliability when passing user names containing spaces.
2025-10-06 23:15:13 -04:00
phact
653825527a Merge branch 'main' into feat-google-drive-folder-select 2025-10-06 21:53:11 -04:00
Edwin Jose
585fda55cc Merge branch 'main' into add-mcp-agent-flows 2025-10-06 21:28:20 -04:00
phact
08f441c0e5 backend fix 2025-10-06 21:22:44 -04:00
Edwin Jose
88f0bbc1f4
Merge branch 'main' into add-mcp-agent-flows 2025-10-06 17:27:36 -04:00
Eric Hare
cec2cfb6bb
Merge branch 'main' into feat-google-drive-folder-select 2025-10-06 13:51:49 -07:00
phact
7763dc5d48 fix: file tuple for ingest 2025-10-06 16:25:05 -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
phact
6f32890d76 docling backend check 2025-10-06 15:54:21 -04:00
Eric Hare
22dc5b9b65
Merge branch 'main' into feat-google-drive-folder-select 2025-10-06 12:07:54 -07:00
Sebastián Estévez
baa779f690
Merge branch 'main' into pre-release-fixes 2025-10-06 14:47:56 -04:00
phact
c450ecc50a tui: docling pid and host detection 2025-10-06 14:46:51 -04:00
Eric Hare
3400404162
Merge branch 'main' into feat-google-drive-folder-select 2025-10-06 10:12:14 -07:00
phact
14c3a8f3d1 tui: start/stop all services 2025-10-06 12:14:03 -04:00
Lucas Oliveira
b59dded52f Merge remote-tracking branch 'origin/main' into fix/tasks_ingest 2025-10-06 12:01:15 -03:00
Lucas Oliveira
05284f3d2e Merge remote-tracking branch 'origin/main' into fix/tasks_ingest 2025-10-06 11:58:45 -03:00
Mike Fortman
2493766baa fix tweak id 2025-10-06 09:50:29 -05:00
Mike Fortman
da66d2e613 Merge branch 'main' of github.com:langflow-ai/openrag into docling-req 2025-10-06 09:49:04 -05:00
Lucas Oliveira
95bdc59af0 Use opensearch queries on documents and processors 2025-10-06 09:45:33 -03:00
Lucas Oliveira
eef9e380dc Added opensearch queries 2025-10-06 09:45:21 -03:00
Eric Hare
776394465a
Add folder processing google drive connector 2025-10-05 08:50:44 -07:00
Edwin Jose
4195825469
Update src/tui/_assets/docker-compose-cpu.yml
Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
2025-10-05 00:46:34 -04:00
Edwin Jose
336e7bb501 Integrate OpenSearch hybrid search and update ingestion flow
Replaces the File component with a new OpenSearch hybrid search component in the ingestion flow, adds support for document metadata, and updates flow edges for DataFrame operations. Updates OpenSearch component implementation with advanced authentication, metadata handling, and vector store features. Docker Compose files and related service references are also updated to support the new OpenSearch integration.
2025-10-04 02:09:29 -04:00
Mike Fortman
81c82cea41 tweak id fix 2025-10-03 16:53:48 -05:00
Edwin Jose
30f4c8eb6e Merge branch 'main' into add-mcp-flows 2025-10-03 17:00:04 -04:00
Mike Fortman
84a43141d9 set table structure to true by default 2025-10-03 15:54:57 -05:00
Edwin Jose
1458de9135
Merge branch 'main' into fix/tasks_ingest 2025-10-03 16:36:20 -04:00
Lucas Oliveira
ea61aa7136 added url ingest id to everything 2025-10-03 17:29:28 -03:00
Mike Fortman
3c97a06256 Fix layout aligment and folder name 2025-10-03 15:29:13 -05:00
Edwin Jose
5ea70cc779
Refactor file upload task to use filename mapping (#195)
Changed the handling of original filenames in Langflow upload tasks to use a mapping from file paths to original filenames instead of a list. Updated both the API router and TaskService to support this change, improving reliability when associating uploaded files with their original names.
2025-10-03 17:17:05 -03:00
Lucas Oliveira
589839fedc implement duplicate handling on backend and frontend 2025-10-03 15:34:54 -03:00
Mike Fortman
9c081ed06d Merge branch 'main' of github.com:langflow-ai/openrag into docling-req 2025-10-03 13:19:15 -05:00
Mike Fortman
8fef1c7976
Merge branch 'main' into lf-ffs 2025-10-03 12:30:04 -05:00
Lucas Oliveira
efb74f5ab0 Merge remote-tracking branch 'origin/main' into fix/tasks_ingest 2025-10-03 09:39:58 -03:00
Mike Fortman
9782f6ddf0 add Langflow feature flags 2025-10-02 16:50:16 -05:00
Lucas Oliveira
179a7403cc fixed router, langflow files and processors to not use temp names 2025-10-02 18:09:18 -03:00
Lucas Oliveira
11464f031e Merge remote-tracking branch 'origin/main' into lfx-openrag-update-flows 2025-10-02 17:40:19 -03:00
Edwin Jose
e3eb4dc3d1 Update chat_service.py 2025-10-02 15:51: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
Deon Sanchez
dbf2d2b47b
Merge branch 'main' into remove-sync-connectors 2025-10-01 11:33:21 -06:00