### 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)
6 lines
109 B
Python
6 lines
109 B
Python
import importlib.metadata
|
|
|
|
__version__ = importlib.metadata.version("ragflow")
|
|
|
|
from .ragflow import RAGFlow
|