Mathias Panzenböck
38e7dc6246
added type annotations and __slots__ to the Python SDK
...
I've also added __slots__ less so to improve efficiency and more to be sure
there are no typos on assignments.
There remain a few untyped parts where I could not find documentation of the
types. These things are in particular:
- Agent.Dsl
- Agent.create_session()
- DataSet.ParserConfig - I'm not sure if the documented parameters are complete.
- Session.ask() - kwargs specific to agent/chat
2025-11-20 00:39:32 +01:00
Liu An
ab5e3ded68
Fix: DataSet.update() now refreshes object data ( #8058 )
...
### What problem does this PR solve?
#8057
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
2025-06-05 09:26:19 +08:00
yihong
4326873af6
refactor: no need to inherit in python3 clean the code ( #5659 )
...
### What problem does this PR solve?
As title
### Type of change
- [x] Refactoring
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-03-05 18:03:53 +08:00
Jin Hai
3894de895b
Update comments ( #4569 )
...
### What problem does this PR solve?
Add license statement.
### Type of change
- [x] Refactoring
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2025-01-21 20:52:28 +08:00
Jin Hai
fd0bf3adf0
Format: dos2unix ( #4467 )
...
### What problem does this PR solve?
Format the code
### Type of change
- [x] Refactoring
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2025-01-13 18:19:01 +08:00
Zhichang Yu
9a5ff320f3
Manage ragflow-sdk with poetry ( #3115 )
...
### What problem does this PR solve?
Manage ragflow-sdk with poetry
### Type of change
- [x] Refactoring
2024-10-30 21:13:59 +08:00