Commit graph

78 commits

Author SHA1 Message Date
phact
67e31dbbe4 symlinks 2025-11-26 06:01:04 -05:00
Lucas Oliveira
28cb9fc26b Changed TUI implementation to support new docker compose override 2025-11-25 18:10:02 -03:00
phact
2322c0e14f longer notifications 2025-11-21 17:25:40 -05:00
phact
406b783a1a conditional buttons and copy 2025-11-21 17:14:05 -05:00
phact
9e4502d07b pick up env vars for config (not just existing .env files) 2025-11-21 16:59:26 -05:00
phact
84c0c8b4ed copy 2025-11-21 14:39:36 -05:00
Edwin Jose
933e600e9d Add support for Anthropic, Ollama, and Watsonx config
Introduces fields and validation for Anthropic API key, Ollama endpoint, and IBM watsonx.ai API key, endpoint, and project ID in environment management and configuration screens. Updates validation utilities and config UI to support these providers, allowing users to set and validate credentials and endpoints for additional AI services.
2025-11-21 14:00:55 -05:00
phact
ab3c57705a opensearch volume 2025-11-20 13:44:18 -05:00
Lucas Oliveira
3a6a05d043
Fix: reduce docling and provider banner refresh interval, implemented Starting on docling TUI (#404)
* Fixed refetch interval to be 3 seconds when Docling is unhealthy, fixed query to refetch on window focus

* Changed time to refetch provider health

* Added starting state to Docling on the TUI
2025-11-14 17:25:22 -03:00
Lucas Oliveira
e93febf391
fix: make tui status check with podman, change opensearch password validation (#394)
* Fixed welcome screen using Docker instead of Podman to check for services

* fixed password generator to always generate with symbols

* Fixed config to auto generate password and to not let the user input invalid passwords
2025-11-14 16:43:55 -03:00
phact
4f2fd0b2d4 tui service status parse fix 2025-11-10 12:37:41 -05:00
Sebastián Estévez
380e7f1fad
Merge pull request #362 from langflow-ai/improve-gpu-detection
improve gpu detection
2025-11-05 12:12:43 -08:00
phact
8ac2575015 improve gpu detection 2025-11-05 14:33:15 -05:00
phact
992a08fda6 better compose detection 2025-11-05 14:27:56 -05:00
phact
80fdd9680d make openai optional in tui and lazy client creation in backend 2025-10-29 22:38:31 -04:00
phact
6b71fe4f69 copy 2025-10-28 14:04:09 -04:00
phact
a9ac9d0894 message 2025-10-28 14:02:13 -04:00
phact
ceb426e1c0 exit 2025-10-28 13:59:19 -04:00
phact
dc55671191 windows check 2025-10-28 13:26:40 -04:00
phact
efa4b91736 update symlinks 2025-10-27 16:59:00 -04:00
phact
59f45a2db7 fix: TUI should not pull contianers on start, fixed image detection logic bug 2025-10-10 21:56:36 -04:00
Sebastián Estévez
cec0516639
Merge branch 'main' into tui-improvements 2025-10-08 23:12:59 -04:00
phact
b45a26940e fix generate password bug 2025-10-08 22:44:12 -04:00
phact
e32a8387bf transparently handle langflow auto login etc. 2025-10-08 22:09:57 -04:00
phact
97ee36cea2 fix:dynamic langflow user box 2025-10-08 21:54:28 -04:00
phact
326cdded7d only show langflow user if password is set 2025-10-08 21:46:38 -04:00
phact
62ee661b15 stop should not down 2025-10-08 16:59:09 -04:00
phact
8e1fd7a7fe tui and backend: handle langflow optional password config 2025-10-08 16:47:55 -04:00
phact
bbb63d5dce os password validator 2025-10-08 15:40:24 -04:00
phact
4ff3b8e57c better keybindings 2025-10-08 15:33:08 -04:00
phact
b13f4c761e modal minigame 2025-10-08 15:32:57 -04:00
phact
5f70e6042a fix service detection 2025-10-08 15:18:05 -04:00
phact
c8fe21f33a styling fixes 2025-10-08 15:12:28 -04:00
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
phact
ad572a7b23 back to main, progress improvements for docker pull 2025-10-08 12:23:42 -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
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
Edwin Jose
2f9ebcc507 Merge branch 'main' into add-mcp-agent-flows 2025-10-06 17:29:06 -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
phact
c450ecc50a tui: docling pid and host detection 2025-10-06 14:46:51 -04:00
phact
14c3a8f3d1 tui: start/stop all services 2025-10-06 12:14:03 -04: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
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
9782f6ddf0 add Langflow feature flags 2025-10-02 16:50:16 -05:00
phact
b0be1b0951 docker compose asset catchup 2025-09-18 15:23:33 -04:00