Commit graph

2603 commits

Author SHA1 Message Date
Eric Hare
ea4d97f191
fix: Better debugging for input type ingest failures 2025-12-12 12:00:19 -08:00
phact
41f7f701c9 actually don't delete copied fiels 2025-12-12 14:54:56 -05:00
phact
5260dc3caa prompt the user, add migration marker 2025-12-12 14:45:31 -05:00
Eric Hare
5cec9a8e8a
Update container_manager.py 2025-12-12 11:03:25 -08:00
Eric Hare
6c7e494dfe
Update container_manager.py 2025-12-12 10:42:47 -08:00
Eric Hare
9854302680
fix: Get the right tui compose file 2025-12-12 10:42:24 -08:00
Lucas Oliveira
fb554445ce use new hook to get all knowledges 2025-12-12 15:13:56 -03:00
Lucas Oliveira
f22f479b1f use fuse.js instead of query to search for filters 2025-12-12 15:13:44 -03:00
Lucas Oliveira
8ca0f84cd8 created useGetAllFiltersQuery 2025-12-12 15:13:27 -03:00
Lucas Oliveira
425d5a61d0 Added fuse.js 2025-12-12 15:13:19 -03:00
Eric Hare
0fe9086795
Env var volume mounts + one time migration of data 2025-12-12 10:09:32 -08:00
Eric Hare
058db53d1a
Update env_manager.py 2025-12-12 10:04:46 -08:00
Eric Hare
38cf01598b
Merge branch 'main' into feat-centralized-storage 2025-12-12 09:45:53 -08:00
Lucas Oliveira
b8f4497e95
fix: pass .env to commands being executed to always match new changes (#662)
* Pass .env to commands being executed to always match new changes

* Updated files to use load_dotenv

* removed sanitizer
2025-12-12 14:25:33 -03:00
Eric Hare
f85741b356
Merge branch 'main' into feat-centralized-storage 2025-12-12 09:17:57 -08:00
Eric Hare
3ffce7bd8d
fix: clean up openrag files on host only 2025-12-12 09:17:48 -08:00
Lucas Oliveira
3c2774128b
Fixed tool call signature on history to allow showing tool call content when refreshing the page (#661) 2025-12-12 14:03:58 -03:00
Eric Hare
aa214624c9
Update src/utils/paths.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-12 08:29:45 -08:00
Eric Hare
2e377d2c78
Update src/utils/migration.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-12 08:29:36 -08:00
Eric Hare
da7ab628a3
Update src/main.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-12 08:29:26 -08:00
Eric Hare
3e5d2474ff
Update src/main.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-12 08:29:07 -08:00
Eric Hare
e7bc94c8ee
Update src/tui/managers/env_manager.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-12 08:28:57 -08:00
Eric Hare
c002fbabc6
Merge branch 'main' into feat-centralized-storage 2025-12-12 08:23:44 -08:00
Eric Hare
ee16120cc2
Merge pull request #638 from langflow-ai/fix-granite-33-model
fix: Support tool calling for granite 3.3
2025-12-12 08:22:46 -08:00
Sebastián Estévez
f44ffb564c
Merge branch 'main' into feat-add-run-query-opensearch 2025-12-12 11:06:45 -05:00
Sebastián Estévez
f97fee7f0d
Merge pull request #632 from langflow-ai/fix-markdown-upload
fix: Revise prompt to handle markdown uploads
2025-12-12 10:55:04 -05:00
Lucas Oliveira
97dfe5bdeb
remove adding to failed tasks to fix failed tasks count (#663) 2025-12-12 12:53:03 -03:00
Sebastián Estévez
6cfb5e2c7a
Merge pull request #653 from langflow-ai/knip-cleanup
knip cleanup for ui
2025-12-12 10:16:56 -05:00
phact
37b519f02c doc name 2025-12-11 12:02:19 -05:00
Edwin Jose
823e5925ee
Merge branch 'main' into prune-image-tui 2025-12-10 20:54:43 -05:00
Edwin Jose
59ff141109
Merge branch 'main' into knip-cleanup 2025-12-10 20:54:10 -05:00
Edwin Jose
a78926dd37
Merge pull request #646 from langflow-ai/dependabot 2025-12-10 20:53:46 -05:00
Edwin Jose
1a31e7f6b5
Merge branch 'main' into dependabot 2025-12-10 20:53:27 -05:00
Mike Fortman
bea925c96e
Merge pull request #645 from langflow-ai/secret-detection
Add Secret detection
2025-12-10 14:34:45 -06:00
Mike Fortman
454f353ea7
Merge branch 'main' into knip-cleanup 2025-12-10 14:34:20 -06:00
Mike Fortman
2f7461e9bc
Merge pull request #648 from langflow-ai/flow_names
make flow names consistent
2025-12-10 14:29:51 -06:00
Mike Fortman
a8d2e16bf4 knip cleanup for ui 2025-12-10 13:43:11 -06:00
phact
ab0c734595 let the agent do full os queries 2025-12-10 12:15:19 -05:00
Mike Fortman
2d0a20dc68 make flow names consistent 2025-12-09 16:39:35 -06:00
Mike Fortman
98957d8317 setup codeql 2025-12-09 15:29:22 -06:00
Mike Fortman
e454b64f84 setup dependabot 2025-12-09 15:10:21 -06:00
Mike Fortman
2dddbbdbee baseline 2025-12-09 14:40:47 -06:00
Mike Fortman
2c4a67bcbb setup secret detection 2025-12-09 14:37:13 -06:00
Eric Hare
015a4d955e
Merge pull request #629 from langflow-ai/fix-setup-option-inaccessible
fix: Setup option inaccessible but available
2025-12-09 11:37:19 -08:00
Eric Hare
8fdeafb608
Merge pull request #631 from langflow-ai/fix-large-pdf-ingest
fix: Configurable ingestion timeout limits
2025-12-09 11:36:25 -08:00
Eric Hare
88e57e944f
Merge branch 'main' into fix-markdown-upload 2025-12-09 11:34:52 -08:00
Eric Hare
c3e8827a2e
Merge pull request #630 from langflow-ai/fix-txt-file-processing
fix: Support for txt file processing outside of Docling
2025-12-09 11:29:27 -08:00
Eric Hare
7074de5ba7
fix: Tool calling for granite 3.3 2025-12-09 10:07:21 -08:00
Eric Hare
e02cfd5fe9
feat: Centralized storage location for OpenRAG 2025-12-09 09:34:54 -08:00
Eric Hare
40dc7ac73e
Merge branch 'main' into fix-markdown-upload 2025-12-09 08:19:09 -08:00