Purdy0228 commited on
Commit
fe0cb8d
·
verified ·
1 Parent(s): 3f1487d

Document ConvMemory 0.6.2 source integration

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -98,6 +98,14 @@ The package exposes two scoring paths:
98
  The second path is the preferred dense-workload path because it avoids per-pair
99
  CrossEncoder calls.
100
 
 
 
 
 
 
 
 
 
101
  ## Method-Level Evaluation
102
 
103
  The v511 5-seed Memora-retrieval benchmark is the method-level estimate. It
 
98
  The second path is the preferred dense-workload path because it avoids per-pair
99
  CrossEncoder calls.
100
 
101
+ ## Package Integration
102
+
103
+ Use `convmemory>=0.6.2` for the bounded integrated source-selection path.
104
+ Applications with an update index can pass one selected source per target with
105
+ `validity_source_map`; otherwise the package uses a bounded top-1 lexical
106
+ fallback over the protected result prefix. The package does not run an
107
+ unbounded all-pairs CrossEncoder search.
108
+
109
  ## Method-Level Evaluation
110
 
111
  The v511 5-seed Memora-retrieval benchmark is the method-level estimate. It