uni-flow 公开 API(中文注解) / SearchOptions
Interface: SearchOptions
Defined in: layer4/types.ts:41
记忆/向量检索选项(topK、阈值、集合与 scope)。
Properties
collections?
optionalcollections?:string[]
Defined in: layer4/types.ts:44
minScore?
optionalminScore?:number
Defined in: layer4/types.ts:43
scope?
optionalscope?:string
Defined in: layer4/types.ts:45
topK?
optionaltopK?:number
Defined in: layer4/types.ts:42