AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-ollama
/
dev.mokksy.aimocks.ollama.embed
/
EmbeddingsResponse
/
EmbeddingsResponse
Embeddings
Response
common
constructor
(
embeddings
:
List
<
List
<
Float
>
>
,
model
:
String
,
createdAt
:
Instant
,
totalDuration
:
Long
?
=
null
,
loadDuration
:
Long
?
=
null
,
promptEvalCount
:
Int
?
=
null
,
promptEvalDuration
:
Long
?
=
null
)
(
source
)