Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1Panel-dev/MaxKB
/ get_data
Method
get_data
apps/knowledge/api/paragraph.py:13–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
class
ParagraphReadResponse(ResultSerializer):
12
@staticmethod
13
def
get_data():
14
return
ParagraphSerializer(many=True)
15
16
17
class
ParagraphReadAPI(APIMixin):
Callers
nothing calls this directly
Calls
1
ParagraphSerializer
Class · 0.90
Tested by
no test coverage detected