SDK for session (#2354)

### What problem does this PR solve?

Includes SDK for creating, updating sessions, getting sessions, listing
sessions, and dialogues
#1102 
### Type of change

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

---------

Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
This commit is contained in:
liuhua
2024-09-11 12:03:55 +08:00
committed by GitHub
parent 7fad48f42c
commit 1fc14ff6d4
7 changed files with 298 additions and 131 deletions

View File

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