MCPcopy Create free account
hub / github.com/coderabbit214/document-ai / EmbeddingRequest

Struct EmbeddingRequest

pkg/openai/embeddings.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type EmbeddingRequest struct {
16 Input string `json:"input"`
17 Model string `json:"model"`
18}
19
20// EmbeddingResponse is the response from a Create embeddings request.
21type EmbeddingResponse struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected