MCPcopy Create free account
hub / github.com/DVampire/FinAgent / embed_query

Method embed_query

finagent/provider/base_embedding.py:12–13  ·  view source on GitHub ↗

Embed query text.

(self, text: str)

Source from the content-addressed store, hash-verified

10
11 @abc.abstractmethod
12 def embed_query(self, text: str) -> List[float]:
13 """Embed query text."""
14
15 @abc.abstractmethod
16 def get_embedding_dim(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected