Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / SearchOptions

Interface: SearchOptions

Defined in: layer4/types.ts:41

记忆/向量检索选项(topK、阈值、集合与 scope)。

Properties

collections?

optional collections?: string[]

Defined in: layer4/types.ts:44


minScore?

optional minScore?: number

Defined in: layer4/types.ts:43


scope?

optional scope?: string

Defined in: layer4/types.ts:45


topK?

optional topK?: number

Defined in: layer4/types.ts:42

MIT Licensed