toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-ai-lmstudio
/
org.http4k.connect.lmstudio.action
/
Embedding
Embedding
@
JsonSerializable
data
class
Embedding
(
val
embedding
:
FloatArray
,
val
index
:
Int
)
Members
Constructors
Embedding
Link copied to clipboard
constructor
(
embedding
:
FloatArray
,
index
:
Int
)
Properties
embedding
Link copied to clipboard
val
embedding
:
FloatArray
index
Link copied to clipboard
val
index
:
Int
object
Type
Link copied to clipboard
@
JsonProperty
(
name
=
"object"
)
val
objectType
:
ObjectType
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int