phact
a5aab8e92a
podman fixes: bind docling-serve to 0.0, improve logging, support magic podman and docker hostnames
2025-10-08 13:56:52 -04:00
Sebastián Estévez
aa6be39334
Merge branch 'main' into 0.1.19
2025-10-08 11:42:00 -04:00
phact
efe0bc2240
version in tui and 0.1.19
2025-10-08 11:41:26 -04:00
phact
8d79fd20b4
compose symlink fix
2025-10-08 11:38:50 -04:00
phact
af137b39c4
merge
2025-10-08 11:16:35 -04:00
phact
49efeba375
files to symlinks
2025-10-08 11:09:36 -04:00
phact
17a625b1c6
tui copies flows and v0.1.17 update
2025-10-08 11:05:44 -04:00
phact
325358e917
key permissions
2025-10-07 13:18:31 -04:00
phact
6a1bf8e61d
tui ip bind check
2025-10-07 11:32:04 -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