ragflow/api/apps
buua436 4e6b84bb41
Feat: add trino support (#10512)
### What problem does this PR solve?
issue:
[#10296](https://github.com/infiniflow/ragflow/issues/10296)
change:
- ExeSQL: support connecting to Trino.
- Validation: password can be empty only when db_type === "trino";
  all other database types keep the existing requirement (non-empty).

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-10-13 13:57:40 +08:00
..
auth Fix: use jwks_uri from OIDC metadata for JWKS client (#8136) 2025-06-10 10:16:58 +08:00
sdk Fix: Fixed the issue where swagger apidocs could not be opened properly(#9522) (#10461) 2025-10-10 18:36:20 +08:00
__init__.py Refactor: move some functions out of api/utils/__init__.py (#10216) 2025-09-25 18:04:49 +08:00
api_app.py Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
canvas_app.py Feat: add trino support (#10512) 2025-10-13 13:57:40 +08:00
chunk_app.py Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
conversation_app.py fix: replace traceback.print_exc() with logging.exception(e) in conve… (#10275) 2025-09-25 11:45:44 +08:00
dialog_app.py Fix typo (#9766) 2025-08-27 18:56:40 +08:00
document_app.py Fix: correctly update parser method & correct vllm pdf parser (#10441) 2025-10-09 19:03:12 +08:00
file2document_app.py Feat: add advanced document filter (#8723) 2025-07-09 09:33:11 +08:00
file_app.py Feat: Use data pipeline to visualize the parsing configuration of the knowledge base (#10423) 2025-10-09 12:36:19 +08:00
kb_app.py Fix: maintain backward compatibility for KB tasks (#10508) 2025-10-13 11:53:48 +08:00
langfuse_app.py Feat: add project_id and project_name to Langfuse API (#6481) 2025-03-25 10:36:34 +08:00
llm_app.py Fix typo (#9766) 2025-08-27 18:56:40 +08:00
mcp_server_app.py Fix typo (#9766) 2025-08-27 18:56:40 +08:00
plugin_app.py Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
search_app.py Fix typo (#9766) 2025-08-27 18:56:40 +08:00
system_app.py Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
tenant_app.py Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
user_app.py Fix: invalid user can login from OSS (#10348) 2025-09-29 10:16:31 +08:00