# embed-rerank tunables (esh-ml1, TEI). Copy to `.env` on the server. # TEI image tag. `89-` = the Ada Lovelace (sm_89) build; a different GPU # generation needs a different prefix (see the TEI README's image table). # PINNED to an exact release. TEI_TAG=89-1.9.4 # Kept from the vLLM era so the embedding gateway entry did not have to change. EMBED_PORT=8001 RERANK_PORT=8013 # ⚠ Changing EMBED_MODEL invalidates every index built on it. EMBED_MODEL=Qwen/Qwen3-Embedding-0.6B RERANK_MODEL=BAAI/bge-reranker-v2-m3 MAX_CLIENT_BATCH_SIZE=128 # Both models are public; no token needed. HF_TOKEN=