Commit graph

129 commits

Author SHA1 Message Date
Lucas Oliveira
11464f031e Merge remote-tracking branch 'origin/main' into lfx-openrag-update-flows 2025-10-02 17:40:19 -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
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
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
Edwin Jose
9a45d31481
Merge branch 'main' into lfx-openrag-update-flows 2025-09-29 16:28:46 -04:00
Lucas Oliveira
1eeabeb370 changed signature 2025-09-29 16:43:35 -03:00
phact
9d412c431d cancel status bug 2025-09-29 15:06:32 -04:00
phact
6612388586 auto cleanup temp files 2025-09-29 14:08:36 -04:00
Edwin Jose
b51efd0d5e
Merge branch 'main' into lfx-openrag-update-flows 2025-09-26 12:16:02 -05:00
Lucas Oliveira
e0015f35db
fix: update onboarding design, make opensearch index be initialized after onboarding, make flow reset change the models to the provider chosen (#100)
* changed tooltip stype

* added start on label wrapper

* changed switch to checkbox on openai onboarding and changed copies

* made border be red when api key is invalid

* Added embedding configuration after onboarding

* changed openrag ingest docling to have same embedding model component as other flows

* changed flows service to get flow by id, not by path

* modify reset_langflow to also put right embedding model

* added endpoint and project id to provider config

* added replacing the model with the provider model when resetting

* Moved consts to settings.py

* raise when flow_id is not found
2025-09-26 12:04:17 -03:00
Lucas Oliveira
00477cac99 fix: update onboarding design, make opensearch index be initialized after onboarding, make flow reset change the models to the provider chosen (#100)
* changed tooltip stype

* added start on label wrapper

* changed switch to checkbox on openai onboarding and changed copies

* made border be red when api key is invalid

* Added embedding configuration after onboarding

* changed openrag ingest docling to have same embedding model component as other flows

* changed flows service to get flow by id, not by path

* modify reset_langflow to also put right embedding model

* added endpoint and project id to provider config

* added replacing the model with the provider model when resetting

* Moved consts to settings.py

* raise when flow_id is not found
2025-09-26 12:04:17 -03:00
Eric Hare
f03889a2b3
Finally fix MSAL in onedrive/sharepoint 2025-09-25 13:12:27 -07:00
Eric Hare
349ad80ffd Finally fix MSAL in onedrive/sharepoint 2025-09-25 13:12:27 -07:00
Edwin Jose
81300fdf9a Merge branch 'main' into lfx-openrag-update-flows 2025-09-25 15:40:33 -04:00
Edwin Jose
425b673e14 update to flow 2025-09-25 15:39:42 -04:00
Eric Hare
5e14c7f100
Merge branch 'main' into feat-sharepoint-auth 2025-09-25 10:22:59 -07:00
Eric Hare
acf19bd4dc Merge branch 'main' into feat-sharepoint-auth 2025-09-25 10:22:59 -07:00
Lucas Oliveira
28e566a1f4
feat: add session delete functionality (#70)
* implement delete user conversation on agent

* format

* implement delete session endpoint

* implement delete session on persistence services

* added deletion of sessions and added fetch sessions with query instead of with useEffect

* removed unused texts

* implemented dropdown menu on conversations
2025-09-24 17:41:53 -03:00
Mike Fortman
56541abb4d
Merge pull request #71 from langflow-ai/setting-updates
settings updates for true flow updates
2025-09-24 14:53:00 -05:00
Mike Fortman
03f9f25a51 pr feedback 2025-09-24 14:20:29 -05:00
Mike Fortman
3de1495465 settings updates for true flow updates 2025-09-24 11:49:35 -05:00
Edwin Jose
f710ae2137 Merge branch 'main' into lfx-openrag-update-flows 2025-09-24 11:39:09 -04:00
Deon Sanchez
be8e13a173
feat: add knowledge status (#53)
* feat: add status handling and visual indicators for file statuses

* refactor: comment out status field and related rendering logic in SearchPage

* format

* add timeout on mutation delete document

* make file fields be optional

* fetch task files and display them on knowledge page

* add tasks to files inside task context

* added failed to status badge

* added files on get all tasks on backend

* Changed models to get parameters by settings if not existent

* changed settings page to get models when is no ajth mode

* fixed openai allowing validation even when value is not present

* removed unused console log

---------

Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
2025-09-24 10:27:59 -03:00
Mike Fortman
917b078c20 old tweaks cleanup 2025-09-23 16:01:02 -05:00
Eric Hare
67c35a3619
Merge branch 'main' into feat-sharepoint-auth 2025-09-23 10:05:49 -07:00
Eric Hare
dc02c54e92 Merge branch 'main' into feat-sharepoint-auth 2025-09-23 10:05:49 -07:00
Edwin Jose
4e5f1ae931 Merge branch 'main' into lfx-openrag-update-flows 2025-09-23 11:40:16 -05:00
Mike Fortman
e67fc21a9b update flow based on docling presets 2025-09-22 16:58:12 -05:00
Mike Fortman
de733eee70
Merge pull request #50 from langflow-ai/feat/onboarding
Add onboarding and update settings
2025-09-22 14:14:54 -05:00
Mike Fortman
033a40600c fix provider call 2025-09-22 12:29:23 -05:00
Lucas Oliveira
49847e5a55 added required global variables, call service to change lf model 2025-09-22 12:58:39 -03:00
Lucas Oliveira
57f3344641 added global variables to the ollama models and watsonx 2025-09-22 09:35:41 -03:00
Lucas Oliveira
580c6f8e32 ingest documents only if user wants to 2025-09-22 09:35:41 -03:00
Mike Fortman
abb1ae0819 Merge branch 'feat/onboarding' of github.com:langflow-ai/openrag into feat/onboarding 2025-09-20 11:05:10 -05:00
Mike Fortman
7da9b98204 add docling presets 2025-09-20 11:05:01 -05:00
Lucas Oliveira
43f94f9f4b added model validation and onboarding finishing 2025-09-20 12:09:27 -03:00
Edwin Jose
083f3d5d3d update to flows 2025-09-19 21:17:31 -04:00
Mike Fortman
88c9d60986 add docling presets 2025-09-19 12:04:23 -05:00
Eric Hare
04d293f289
Merge branch 'main' into feat-sharepoint-auth 2025-09-19 09:58:10 -07:00
Eric Hare
c88d0a20ab Merge branch 'main' into feat-sharepoint-auth 2025-09-19 09:58:10 -07:00
phact
ab57b26e1f 0.1.11 2025-09-19 12:01:08 -04:00
Mike Fortman
9ad1fb3f4f Merge branch 'main' of github.com:langflow-ai/openrag into feat/onboarding 2025-09-18 21:04:37 -05:00
Deon Sanchez
ce34c8ab0f Merge branch 'main' of https://github.com/langflow-ai/openrag into feat-sharepoint-auth 2025-09-18 16:11:13 -06:00
Deon Sanchez
c228e0616f Merge branch 'main' of https://github.com/langflow-ai/openrag into feat-sharepoint-auth 2025-09-18 16:11:13 -06:00
Lucas Oliveira
d68a787017 Added models fetching 2025-09-18 18:25:00 -03:00
Deon Sanchez
9b5a7be8b0 Merge branch 'main' of https://github.com/langflow-ai/openrag into delete-knowledge 2025-09-18 14:09:51 -06:00