Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
class
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_index
Method · 0.90
fake_index_dedup
Method · 0.90
test_add_long_pdf_persists_doc_id_to_registry
Function · 0.90
index_long_document
Function · 0.85
Calls
no outgoing calls
Tested by
3
fake_index
Method · 0.72
fake_index_dedup
Method · 0.72
test_add_long_pdf_persists_doc_id_to_registry
Function · 0.72