openrag/src/services
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
..
__init__.py refactor 2025-07-30 11:18:19 -04:00
auth_service.py Add global var headers to MCP server updates 2025-09-18 20:55:03 -04:00
chat_service.py feat: add session delete functionality (#70) 2025-09-24 17:41:53 -03:00
conversation_persistence_service.py feat: add session delete functionality (#70) 2025-09-24 17:41:53 -03:00
document_service.py Implement Delete Confirmation Dialog and Enhance Knowledge Dropdown 2025-09-16 16:07:49 -06:00
flows_service.py fix: update onboarding design, make opensearch index be initialized after onboarding, make flow reset change the models to the provider chosen (#100) 2025-09-26 12:04:17 -03:00
knowledge_filter_service.py add more mutation queries and fix backend to wait for updates 2025-09-19 15:21:18 -05:00
langflow_file_service.py Merge branch 'main' into langflow-ingestion-modes 2025-09-09 02:42:52 -04:00
langflow_history_service.py Update langflow_history_service.py 2025-09-10 13:10:42 -04:00
langflow_mcp_service.py Add global var headers to MCP server updates 2025-09-18 20:55:03 -04:00
models_service.py fix: make different providers have their edges connected, redirect to main page from onboarding (#58) 2025-09-22 18:02:56 -03:00
monitor_service.py logging & format 2025-09-04 20:56:47 -04:00
search_service.py Refactor SearchService to improve data retrieval from search results 2025-09-08 20:10:48 -03:00
session_ownership_service.py feat: add session delete functionality (#70) 2025-09-24 17:41:53 -03:00
task_service.py feat: add knowledge status (#53) 2025-09-24 10:27:59 -03:00