create dataset (#2074)

### What problem does this PR solve?

You can use sdk to create a dataset

### Type of change

- [x] New Feature

---------

Co-authored-by: root <root@xwg>
This commit is contained in:
LiuHua
2024-08-23 18:38:20 +08:00
committed by GitHub
parent 6228b1bd53
commit e14e0ec695
7 changed files with 125 additions and 26 deletions

View File

@ -15,5 +15,7 @@
import setuptools
if __name__ == "__main__":
setuptools.setup(packages=['ragflow'])
setuptools.setup(name='ragflow',
version="0.1",
packages=setuptools.find_packages())