From 47d0b7851e589bc8bfc07153769358fe15df9cf4 Mon Sep 17 00:00:00 2001 From: Mikko Ohtamaa Date: Fri, 17 Oct 2025 16:24:23 +0200 Subject: [PATCH] Update Python version requirement to 3.12 --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index d05cb621..bdaa43db 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -69,7 +69,7 @@ VLLM_RERANK_BASE_URL="http://localhost:8001" ## Requirements -- Python 3.10+ +- Python 3.12+ - Ollama (for default embeddings) - vLLM server (for vLLM provider)