create list_dataset api and tests (#1138)

### What problem does this PR solve?

This PR have completed both HTTP API and Python SDK for 'list_dataset".
In addition, there are tests for it.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
cecilia-uu
2024-06-17 12:19:05 +08:00
committed by GitHub
parent f04fb36c26
commit 1eb4caf02a
7 changed files with 170 additions and 25 deletions

View File

@@ -1,3 +1,5 @@
import importlib.metadata
__version__ = importlib.metadata.version("ragflow")
from .ragflow import RAGFlow