actrone-memory
Preparing search index...
index
QdrantSearchOptions
Interface QdrantSearchOptions
The search options both Qdrant search calls take.
interface
QdrantSearchOptions
{
limit
:
number
;
score_threshold
?:
number
;
filter
?:
QdrantFilter
;
with_payload
?:
boolean
;
}
Index
Properties
limit
score_
threshold?
filter?
with_
payload?
Properties
limit
limit
:
number
Optional
score_
threshold
score_threshold
?:
number
Optional
filter
filter
?:
QdrantFilter
Optional
with_
payload
with_payload
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
score_
threshold
filter
with_
payload
actrone-memory
Loading...
The search options both Qdrant search calls take.