Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c881efa
ragflow
/
SDK
/
python
/
test
/
test_basic.py
cecilia-uu
create the python sdk to return version (#1039)
c881efa
11 months ago
raw
Copy download link
history
blame
Wrap lines
151 Bytes
from
test_sdkbase
import
TestSdk
import
ragflow
import
pytest
class
TestCase
(
TestSdk
):
def
test_version
(
self
):
print
(ragflow.__version__)