phact
7763dc5d48
fix: file tuple for ingest
2025-10-06 16:25:05 -04:00
phact
6f32890d76
docling backend check
2025-10-06 15:54:21 -04: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
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
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
Lucas Oliveira
e4b9ebb186
deleted docling component id
2025-10-01 12:40:12 -03:00
Edwin Jose
14b0f30107
Merge branch 'main' into lfx-openrag-update-flows
2025-09-30 15:52:18 -04:00
Mike Fortman
d015ed1b0c
add container utils ( #151 )
...
* add container utils
* added localhost url to settings
* added localhost_url as a constant
* added localhost_url to get settings query
* make ollama onboarding have localhost url by default
* make endpoint be changed in models service and in onboarding backend instead of onboarding screen
* fixed embedding dimensions to get stripped model
* make config come as localhost but global variable be set as the transformed endpoint
* remove setting ollama url since it comes from the global variable
* use localhost again on ollama
---------
Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
2025-09-30 16:34:55 -03:00
Lucas Oliveira
7d53242eaa
Merge remote-tracking branch 'origin/main' into lfx-openrag-update-flows
2025-09-30 16:28:38 -03:00
Deon Sanchez
0a0dbe15ef
Enhance settings page with new routing and UI updates; update connector descriptions for clarity
2025-09-30 10:56:43 -06:00
Mike Fortman
c46e9208cc
Merge branch 'main' of github.com:langflow-ai/openrag into docling-settings
2025-09-29 16:47:12 -05:00
Mike Fortman
2341bf4700
Update docling preset options
2025-09-29 16:40:29 -05:00
Lucas Oliveira
530a223518
fixed model change not working
2025-09-29 17:39:49 -03:00
Lucas Oliveira
ae046f8d1a
fixed edges logic
2025-09-29 17:30:12 -03:00
Edwin Jose
9a45d31481
Merge branch 'main' into lfx-openrag-update-flows
2025-09-29 16:28:46 -04:00
Lucas Oliveira
ae603b308c
fixed bugs
2025-09-29 17:14:28 -03:00
Lucas Oliveira
4b64629a0a
fixed import issue
2025-09-29 16:55:38 -03:00
Lucas Oliveira
1eeabeb370
changed signature
2025-09-29 16:43:35 -03:00
Lucas Oliveira
cb95473243
changed logic to get nodes by display name instead of id
2025-09-29 16:43:27 -03:00
Lucas Oliveira
643acaab74
changed component ids to display names
2025-09-29 16:42:49 -03:00
phact
15946b196d
rm annotation
2025-09-29 15:18:40 -04:00
phact
634995e9c8
remove TaskProcessor ABC
2025-09-29 15:16:00 -04:00
phact
9d412c431d
cancel status bug
2025-09-29 15:06:32 -04:00
phact
1abb74a8ac
langflow_file_id init
2025-09-29 14:54:30 -04:00