You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 145B

123456
  1. import importlib.metadata
  2. __version__ = importlib.metadata.version("ragflow")
  3. from .ragflow import RAGFlow
  4. from .modules.dataset import DataSet