MCPcopy Create free account
hub / github.com/EverMind-AI/MSA / Document

Class Document

src/msa_service.py:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175@dataclass
176class Document:
177 doc: str = ""
178 doc_id: int = 0
179 num_chunks: int = 0
180
181@dataclass
182class BlockModelInput:

Callers 1

_sort_referenceMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected