mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
create the python sdk to return version (#1039)
### 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>
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@ -29,4 +29,10 @@ Cargo.lock
|
||||
docker/ragflow-logs/
|
||||
/flask_session
|
||||
/logs
|
||||
rag/res/deepdoc
|
||||
rag/res/deepdoc
|
||||
|
||||
# Exclude sdk generated files
|
||||
SDK/python/ragflow.egg-info/
|
||||
SDK/python/build/
|
||||
SDK/python/dist/
|
||||
SDK/python/ragflow_sdk.egg-info/
|
||||
Reference in New Issue
Block a user