MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / get

Method get

apps/knowledge/views/document.py:910–913  ·  view source on GitHub ↗
(self, request: Request, workspace_id: str, knowledge_id: str, document_id: str)

Source from the content-addressed store, hash-verified

908 ),
909 )
910 def get(self, request: Request, workspace_id: str, knowledge_id: str, document_id: str):
911 return DocumentSerializers.Operate(
912 data={"workspace_id": workspace_id, "document_id": document_id, "knowledge_id": knowledge_id}
913 ).export()
914
915 class ExportZip(APIView):
916 authentication_classes = [TokenAuth]

Callers

nothing calls this directly

Calls 1

exportMethod · 0.45

Tested by

no test coverage detected