actrone-memory
Preparing search index...
index
QdrantFilter
Interface QdrantFilter
The payload filter this store sends: every condition must match a value, or any of a list.
interface
QdrantFilter
{
must
:
{
key
:
string
;
match
:
{
value
:
string
}
|
{
any
:
string
[]
}
}
[]
;
}
Index
Properties
must
Properties
must
must
:
{
key
:
string
;
match
:
{
value
:
string
}
|
{
any
:
string
[]
}
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
must
actrone-memory
Loading...
The payload filter this store sends: every condition must match a value, or any of a list.