MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / IndexResult

Class IndexResult

openkb/indexer.py:21–26  ·  view source on GitHub ↗

Result of indexing a long document via PageIndex.

Source from the content-addressed store, hash-verified

19
20@dataclass
21class IndexResult:
22 """Result of indexing a long document via PageIndex."""
23
24 doc_id: str
25 description: str
26 tree: dict
27
28
29@dataclass

Callers 4

fake_indexMethod · 0.90
fake_index_dedupMethod · 0.90
index_long_documentFunction · 0.85

Calls

no outgoing calls

Tested by 3

fake_indexMethod · 0.72
fake_index_dedupMethod · 0.72