Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RedPlanetHQ/core
/ getEmbedding
Method
getEmbedding
apps/webapp/app/services/search.server.ts:34–36 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
32
*/
33
export
class
SearchService {
34
async
getEmbedding(text: string) {
35
return
getEmbedding(text);
36
}
37
38
/**
39
* Search the knowledge graph using a hybrid approach
Callers
1
search
Method · 0.95
Calls
1
getEmbedding
Function · 0.90
Tested by
no test coverage detected