openrag/src/services
Edwin Jose 07b84e373a Update config import to use settings module
Replaced imports from config_manager with settings in chat_service.py and langflow_file_service.py to use get_openrag_config from config.settings. This change ensures consistency with the updated configuration structure.
2025-11-25 19:40:24 -05:00
..
__init__.py refactor 2025-07-30 11:18:19 -04:00
auth_service.py Quote OWNER_NAME to handle spaces in headers 2025-10-06 23:15:13 -04:00
chat_service.py Update config import to use settings module 2025-11-25 19:40:24 -05:00
conversation_persistence_service.py feat: add session delete functionality (#70) 2025-09-24 17:41:53 -03:00
document_service.py fix document processing embedding model bug 2025-10-13 11:31:56 -04:00
flows_service.py update template when provider updates 2025-11-19 16:18:26 -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 Update config import to use settings module 2025-11-25 19:40:24 -05: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: refactor models validation to fix bugs related to ollama, watsonx and openai (#406) 2025-11-14 18:09:47 -03:00
monitor_service.py logging & format 2025-09-04 20:56:47 -04:00
search_service.py better settings form validation, grouped model selection (#383) 2025-11-11 22:39:59 -03:00
session_ownership_service.py feat: add session delete functionality (#70) 2025-09-24 17:41:53 -03:00
task_service.py Refactor file upload task to use filename mapping (#195) 2025-10-03 17:17:05 -03:00