openrag/src/services
Edwin Jose e7799e1a2c Quote OWNER_NAME to handle spaces in headers
OWNER_NAME is now wrapped in double quotes to prevent issues with spaces and special characters when used in headers. This change improves reliability when passing user names containing spaces.
2025-10-06 23:15:13 -04: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 chat_service.py 2025-10-02 15:51:38 -04: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 added url ingest id to everything 2025-10-03 17:29:28 -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 fix: file tuple for ingest 2025-10-06 16:25:05 -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: set defined models for openai, make default embedding be used when disable ingest with LF feature flag is enabled (#128) 2025-10-01 16:50:21 -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 Refactor file upload task to use filename mapping (#195) 2025-10-03 17:17:05 -03:00