added delete_dataset method (#1051)

### What problem does this PR solve?

Added delete_dataset method and test for it.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
cecilia-uu
2024-06-04 09:50:47 +08:00
committed by GitHub
parent c74d4d683e
commit 4fba0427eb
2 changed files with 5 additions and 0 deletions

View File

@ -25,3 +25,5 @@ class RAGFLow(ABC):
def create_dataset(self, name):
return name
def delete_dataset(self, name):
return name