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

Method embedding_text

quantmind/knowledge/_tree.py:42–44  ·  view source on GitHub ↗

Default: title + summary. Override per domain if needed.

(self)

Source from the content-addressed store, hash-verified

40 title: str
41 summary: str
42 content: str | None = None
43 citations: list[Citation] = Field(default_factory=list)
44 children_ids: list[UUID] = Field(default_factory=list)
45
46
47class StructureTree(BaseModel):

Callers 2

embedding_textMethod · 0.45

Calls

no outgoing calls

Tested by 1