Logo
Explore Help
Register Sign In
dale_yxc/ragflow_python
1
0
Fork 0
You've already forked ragflow_python
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
fd3e55cfcfe90382bed38d1bd1588db555fd3793
ragflow_python/sdk/python/ragflow/__init__.py

7 lines
191 B
Python
Raw Normal View History

Update SDK->sdk, and add create_dataset (#1047) ### What problem does this PR solve? Add create_dataset method, test for it, and update SDK->sdk. ### Type of change - [x] New Feature (non-breaking change which adds functionality) Signed-off-by: cecilia-uu <konghui1996@163.com>
2024-06-03 20:14:47 +08:00
import importlib.metadata
delete SDK repo and edit readme (#1054) ### What problem does this PR solve? delete SDK repo and edit readme ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2024-06-04 11:13:26 +08:00
__version__ = importlib.metadata.version("ragflow")
create list_dataset api and tests (#1138) ### 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)
2024-06-17 12:19:05 +08:00
from .ragflow import RAGFlow
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>
2024-09-05 15:08:02 +08:00
from .modules.dataset import DataSet
from .modules.chat_assistant import Assistant
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 35ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API