@runbooks/search 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
BM25, the query semantics, and `/v1/search` as a function.
|
|
4
4
|
|
|
5
|
-
**
|
|
5
|
+
**Normative:** RUNBOOK.md §12, §17, §10.1
|
|
6
6
|
|
|
7
7
|
Search runs client-side over the prebuilt index until size forces an endpoint, and
|
|
8
8
|
`handleSearch` **is** that endpoint: a URL and the published artifact in, a response out,
|
|
@@ -13,6 +13,5 @@ Two rules the API cannot bend. `available` means **every** capability, not any:
|
|
|
13
13
|
reading it the other way is handed procedures it can start and cannot finish. And
|
|
14
14
|
`trust_min` defaults to T2, so reaching below it is something a caller did on purpose.
|
|
15
15
|
|
|
16
|
-
The vector half of §17's hybrid is an injected function with no default
|
|
17
|
-
|
|
18
|
-
fewer things is recoverable in a way that inventing a ranking is not.
|
|
16
|
+
The vector half of §17's hybrid is an injected function with no default: BM25 finds fewer
|
|
17
|
+
things, and finding fewer things is recoverable in a way that inventing a ranking is not.
|