MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / embedding_text

Method embedding_text

quantmind/knowledge/_tree.py:89–91  ·  view source on GitHub ↗

Default: root node's embedding text. Override per domain if needed.

(self)

Source from the content-addressed store, hash-verified

87 seen.add(cursor)
88 node = self.nodes[cursor]
89 path.append(node)
90 cursor = node.parent_id
91 path.reverse()
92 return path if path[0].node_id == self.root_node_id else []
93
94 def validate( # pyright: ignore[reportIncompatibleMethodOverride]

Callers

nothing calls this directly

Calls 2

rootMethod · 0.95
embedding_textMethod · 0.45

Tested by

no test coverage detected