Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abetlen/llama-cpp-python
/ EmbeddingUsageResponse
Class
EmbeddingUsageResponse
examples/server/server.py:2629–2631 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2627
2628
2629
class
EmbeddingUsageResponse(BaseModel):
2630
prompt_tokens: int
2631
total_tokens: int
2632
2633
2634
class
CreateEmbeddingResponse(BaseModel):
Callers
1
from_embeddings
Method · 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…