summaryrefslogtreecommitdiff
path: root/configs/retrieval.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'configs/retrieval.yaml')
-rw-r--r--configs/retrieval.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/retrieval.yaml b/configs/retrieval.yaml
new file mode 100644
index 0000000..d2e100e
--- /dev/null
+++ b/configs/retrieval.yaml
@@ -0,0 +1,5 @@
+retrieval:
+ dense_topk: 64 # Initial recall count
+ rerank_topk: 8 # Count fed to LLM after rerank
+ pca_dim: 256
+