Skip to content

Interface: SimilaritySearchResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Fuzzy / SimilaritySearchResponse

Interface: SimilaritySearchResponse

Defined in: src/types/fuzzy.ts:208

Response from similarity search.

Remarks

Wraps a list of SimilarityMatch results with a total count. Used by both findSimilar and searchTopK endpoints.

Properties

count

count: number

Defined in: src/types/fuzzy.ts:210

Number of results returned.


results

results: SimilarityMatch[]

Defined in: src/types/fuzzy.ts:212

List of matching terms with similarity scores.