Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/tools / / Bm25Options
Interface: Bm25Options
Defined in: packages/tools/src/registry/bm25.ts:72
Configuration for defineBm25Index.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
b? | readonly | number | packages/tools/src/registry/bm25.ts:74 |
k1? | readonly | number | packages/tools/src/registry/bm25.ts:73 |
stopwords? | readonly | ReadonlySet<string> | packages/tools/src/registry/bm25.ts:75 |