MCPcopy Create free account
hub / github.com/encoder-run/operator / CodeEmbeddingsResponse

Struct CodeEmbeddingsResponse

pkg/embedder/client.go:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type CodeEmbeddingsResponse struct {
37 Results map[string]CodeEmbeddings `json:"results"`
38}
39
40// NewClient creates a new client for fetching embeddings.
41func NewClient(modelId, namespace string) *EmbeddingClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected