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

Method embedding_text

tests/knowledge/test_base.py:83–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 payload: str = ""
82
83
84class BaseKnowledgeTests(unittest.TestCase):
85 def test_as_of_required(self):
86 with self.assertRaises(ValidationError):
87 _ConcreteKnowledge(source=_src()) # type: ignore[call-arg]

Calls

no outgoing calls

Tested by

no test coverage detected