ragflow/api
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
..
apps Feat: add trino support (#10512) 2025-10-13 13:57:40 +08:00
common Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
db Fix #10408 (#10471) 2025-10-10 19:18:24 +08:00
utils Feat: TOC retrieval (#10456) 2025-10-10 17:07:55 +08:00
__init__.py
constants.py Refa: Implement centralized file name length limit using FILE_NAME_LEN_LIMIT constant (#8318) 2025-06-17 18:01:30 +08:00
ragflow_server.py Refactor: move some functions out of api/utils/__init__.py (#10216) 2025-09-25 18:04:49 +08:00
settings.py Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
validation.py
versions.py