SDK for Assistant (#2266)

### What problem does this PR solve?

SDK for Assistant
#1102 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

Co-authored-by: Feiue <10215101452@stu.ecun.edu.cn>
This commit is contained in:
LiuHua
2024-09-05 15:08:02 +08:00
committed by GitHub
parent 445576ec88
commit 878dca26bb
6 changed files with 483 additions and 2 deletions

View File

@@ -3,4 +3,5 @@ import importlib.metadata
__version__ = importlib.metadata.version("ragflow")
from .ragflow import RAGFlow
from .modules.dataset import DataSet
from .modules.dataset import DataSet
from .modules.chat_assistant import Assistant