Skip to content

Documentation / @agentick/core / SimilarityInput

Interface: SimilarityInput ​

Defined in: core/src/types.ts:511

Properties ​

candidates ​

candidates: string[]

Defined in: core/src/types.ts:513


model? ​

optional model: string

Defined in: core/src/types.ts:514


query ​

query: string

Defined in: core/src/types.ts:512


threshold? ​

optional threshold: number

Defined in: core/src/types.ts:516


top_k? ​

optional top_k: number

Defined in: core/src/types.ts:515

Released under the ISC License.