MCPcopy Create free account
hub / github.com/Open-Quant/openquant / IndexStore

Class IndexStore

scripts/afml_mcp_server.py:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30@dataclass
31class IndexStore:
32 index_dir: Path
33 chunks: list[dict[str, Any]]
34 embeddings: np.ndarray
35 manifest: dict[str, Any]
36 chunk_id_to_idx: dict[str, int]
37
38
39_STORE: IndexStore | None = None

Callers 1

_load_storeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected