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