@karmaniverous/jeeves-watcher
GitHub
Preparing search index...
index
SearchResult
Interface SearchResult
A search result from the vector store.
interface
SearchResult
{
id
:
string
;
payload
:
Record
<
string
,
unknown
>
;
score
:
number
;
}
Index
Properties
id
payload
score
Properties
id
id
:
string
The point ID.
payload
payload
:
Record
<
string
,
unknown
>
The payload metadata.
score
score
:
number
The similarity score.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
payload
score
GitHub
@karmaniverous/jeeves-watcher
Loading...
A search result from the vector store.