mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -15,5 +15,7 @@
|
||||
import setuptools
|
||||
|
||||
if __name__ == "__main__":
|
||||
setuptools.setup(packages=['ragflow'])
|
||||
setuptools.setup(name='ragflow',
|
||||
version="0.1",
|
||||
packages=setuptools.find_packages())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user