From b98733f31c31fa8f3f98521bb6a853cdad0c91d5 Mon Sep 17 00:00:00 2001 From: Kfir Toledo Date: Tue, 6 May 2025 08:26:13 +0300 Subject: [PATCH] [docs]: Add prefix flags to README Signed-off-by: Kfir Toledo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1948be6b..76a333ee 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ export KVCACHE_INDEXER_REDIS_ADDR= export HF_TOKEN= ``` +To enable the PrefixAwareScorer, the following environment variables must be configured: +``` +export ENABLE_PREFIX_AWARE_SCORER=true +export PREFIX_AWARE_SCORER_WEIGHT=1.0 +``` + To enable the LoadAwareScorer, the following environment variables must be configured: ``` export ENABLE_LOAD_AWARE_SCORER=true