Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tirth8205/code-review-graph
/ embed
Method
embed
code_review_graph/embeddings.py:47–48 ·
view source on GitHub ↗
(self, texts: list[str])
Source
from the content-addressed store, hash-verified
45
class
EmbeddingProvider(ABC):
46
@abstractmethod
47
def
embed(self, texts: list[str]) -> list[list[float]]:
48
pass
49
50
@abstractmethod
51
def
embed_query(self, text: str) -> list[float]:
Callers
1
embed_nodes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected