ragflow/api/db/services
virgilwong ff99a80eaf Merge branch 'main' into feature/automatic_trigger_special_tasks_20251120
* main: (53 commits)
  Use array syntax for commands in docker-compose-base.yml (#11391)
  Feature (canvas): Add mind tagging support (#11359)
  locale en add russian language option (#11392)
  Locale: update russian language (#11393)
  Feat: Add TCADP parser for PPTX and spreadsheet document types. (#11041)
  fix(llm): handle None response in total_token_count_from_response (#10941)
  feat: add OceanBase doc engine (#11228)
  fix cohere rerank  base_url default (#11353)
  Feat: Fixed an issue where modifying fields in the agent operator caused the loss of structured data. #10427 (#11388)
  Docs: minor (#11385)
  Doc: Optimize read me (#11386)
  Fix some multilingual issues (#11382)
  Feat: If a query variable in a data manipulation operator is deleted, a warning message should be displayed to the user.  #10427 #11255 (#11384)
  Fix: refine error msg. (#11380)
  Doc: Added v0.22.1 release notes (#11383)
  Feat: The key for the begin operator can only contain alphanumeric characters and underscores.  #10427 (#11377)
  Fix: circle imports issue. (#11374)
  Feat: Structured data will still be stored in outputs for compatibility with older versions. #10427 (#11368)
  Add release notes (#11372)
  Update README for supporting Gemini 3 Pro (#11369)
  ...

# Conflicts:
#	pyproject.toml
#	web/src/locales/ru.ts
2025-11-20 15:19:04 +08:00
..
__init__.py Refactor: fix typos (#10200) 2025-09-25 12:05:43 +08:00
api_service.py Add time utils (#10849) 2025-10-28 19:09:14 +08:00
canvas_service.py Feature (canvas): Add mind tagging support (#11359) 2025-11-20 10:11:28 +08:00
common_service.py Fix: add auto_parse to kb detail. (#11153) 2025-11-11 12:22:43 +08:00
connector_service.py Feat: Alter flask to Quart for async API serving. (#11275) 2025-11-18 17:05:16 +08:00
conversation_service.py Move some constants to common (#11004) 2025-11-05 08:01:39 +08:00
dialog_service.py Minor tweats (#11271) 2025-11-16 19:29:20 +08:00
document_service.py Merge branch 'main' into feature/automatic_trigger_special_tasks_20251120 2025-11-20 15:19:04 +08:00
file2document_service.py Move some constants to common (#11004) 2025-11-05 08:01:39 +08:00
file_service.py Fix: circle imports issue. (#11374) 2025-11-19 16:13:21 +08:00
knowledgebase_service.py Feat: Alter flask to Quart for async API serving. (#11275) 2025-11-18 17:05:16 +08:00
langfuse_service.py Add time utils (#10849) 2025-10-28 19:09:14 +08:00
llm_service.py Fix: default model base url extraction logic (#11263) 2025-11-17 14:21:27 +08:00
mcp_server_service.py Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
pipeline_operation_log_service.py Feat: add data source to pipleline logs . (#11075) 2025-11-07 11:43:59 +08:00
search_service.py Move some constants to common (#11004) 2025-11-05 08:01:39 +08:00
task_service.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
tenant_llm_service.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00
user_canvas_version.py Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
user_service.py Move api.settings to common.settings (#11036) 2025-11-06 09:36:38 +08:00