MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / EmbeddingDataResponse

Class EmbeddingDataResponse

examples/server/server.py:2623–2626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2621
2622
2623class EmbeddingDataResponse(BaseModel):
2624 object: Literal["embedding"] = "embedding"
2625 embedding: Union[List[float], str]
2626 index: int
2627
2628
2629class EmbeddingUsageResponse(BaseModel):

Callers 1

from_embeddingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…