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