Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
VectorizeQueryOptions
Interface VectorizeQueryOptions
interface
VectorizeQueryOptions
{
filter
?:
VectorizeVectorMetadataFilter
;
namespace
?:
string
;
returnMetadata
?:
boolean
;
returnValues
?:
boolean
;
topK
?:
number
;
}
Index
Properties
filter?
namespace?
return
Metadata?
return
Values?
topK?
Properties
Optional
filter
filter
?:
VectorizeVectorMetadataFilter
Optional
namespace
namespace
?:
string
Optional
return
Metadata
return
Metadata
?:
boolean
Optional
return
Values
return
Values
?:
boolean
Optional
topK
topK
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
filter
namespace
return
Metadata
return
Values
topK
@cloudflare/workers-types
Loading...