openrag/src/services
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
..
__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 auto cleanup temp files 2025-09-29 14:08:36 -04:00
flows_service.py add container utils (#151) 2025-09-30 16:34:55 -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 env vars and header keys for Langflow service 2025-09-26 10:35:39 -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 add container utils (#151) 2025-09-30 16:34:55 -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 cancel status bug 2025-09-29 15:06:32 -04:00