create and update dataset (#2110)

### What problem does this PR solve?

Added the ability to create and update dataset for SDK

### Type of change


- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: root <root@xwg>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
LiuHua
2024-08-27 15:23:50 +08:00
committed by GitHub
parent 61d2a74b25
commit 0bea7f21ae
6 changed files with 149 additions and 184 deletions

View File

@@ -3,3 +3,4 @@ import importlib.metadata
__version__ = importlib.metadata.version("ragflow")
from .ragflow import RAGFlow
from .modules.dataset import DataSet