From fd0502e58c2ba272f1a0e48e69d91b27fff40ba1 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Tue, 4 Nov 2025 22:28:31 +0000 Subject: [PATCH] remove duplicate EMBEDDING_BATCH_SIZE --- mcp_codebase.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mcp_codebase.py b/mcp_codebase.py index 7775b31..8c07329 100644 --- a/mcp_codebase.py +++ b/mcp_codebase.py @@ -52,7 +52,6 @@ EMBEDDING_MODEL = "bge-m3" # Ollama local embedding model RERANKER_MODEL_OLLAMA = "dengcao/Qwen3-Reranker-8B:Q4_K_M" # prompt-based reranker via Ollama ENABLE_RERANK = True # toggle reranking RERANK_TOP_N = 10 -EMBEDDING_BATCH_SIZE = 50 # Hybrid weights (vector first: 80%, BM25: 20%) VECTOR_WEIGHT = 0.8