actrone-memory
Preparing search index...
index
QdrantWriteClient
Interface QdrantWriteClient
interface
QdrantWriteClient
{
upsert
(
collection
:
string
,
args
:
{
points
:
{
id
:
string
;
vector
:
number
[]
;
payload
:
Record
<
string
,
unknown
>
;
}
[]
;
}
,
)
:
Promise
<
unknown
>
;
delete
(
collection
:
string
,
args
:
{
points
:
string
[]
}
|
{
filter
:
QdrantFilter
}
,
)
:
Promise
<
unknown
>
;
}
Hierarchy (
View Summary
)
QdrantWriteClient
QdrantQueryClient
QdrantSearchClient
Index
Methods
upsert
delete
Methods
upsert
upsert
(
collection
:
string
,
args
:
{
points
:
{
id
:
string
;
vector
:
number
[]
;
payload
:
Record
<
string
,
unknown
>
;
}
[]
;
}
,
)
:
Promise
<
unknown
>
Parameters
collection
:
string
args
:
{
points
:
{
id
:
string
;
vector
:
number
[]
;
payload
:
Record
<
string
,
unknown
>
}
[]
}
Returns
Promise
<
unknown
>
delete
delete
(
collection
:
string
,
args
:
{
points
:
string
[]
}
|
{
filter
:
QdrantFilter
}
,
)
:
Promise
<
unknown
>
Parameters
collection
:
string
args
:
{
points
:
string
[]
}
|
{
filter
:
QdrantFilter
}
Returns
Promise
<
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
upsert
delete
actrone-memory
Loading...