MCPcopy
hub / github.com/lm-sys/FastChat / EmbeddingsResponse

Class EmbeddingsResponse

fastchat/protocol/openai_api_protocol.py:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143
144class EmbeddingsResponse(BaseModel):
145 object: str = "list"
146 data: List[Dict[str, Any]]
147 model: str
148 usage: UsageInfo
149
150
151class CompletionRequest(BaseModel):

Callers 1

create_embeddingsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…