mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-27 17:52:01 +08:00

### What problem does this PR solve? Create python SDK to return the version of RAGFlow. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: cecilia-uu <konghui1996@163.com>
3 lines
42 B
Python
3 lines
42 B
Python
import ragflow
|
|
|
|
print(ragflow.__version__) |