actrone-memory
Preparing search index...
index
QdrantHit
Interface QdrantHit
A single scored hit from a vector search.
interface
QdrantHit
{
id
:
string
|
number
;
score
:
number
;
payload
?:
Record
<
string
,
unknown
>
|
null
;
}
Index
Properties
id
score
payload?
Properties
Readonly
id
id
:
string
|
number
Readonly
score
score
:
number
Optional
Readonly
payload
payload
?:
Record
<
string
,
unknown
>
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
score
payload
actrone-memory
Loading...
A single scored hit from a vector search.