From 8008d0472846d820815b0a2d3772c9bbbe601ae3 Mon Sep 17 00:00:00 2001 From: yangdx Date: Tue, 18 Feb 2025 20:25:01 +0800 Subject: [PATCH] Update Python version requirement from 3.10 to 3.11 --- docs/DockerDeployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DockerDeployment.md b/docs/DockerDeployment.md index e7955cf8..50389c8f 100644 --- a/docs/DockerDeployment.md +++ b/docs/DockerDeployment.md @@ -5,7 +5,7 @@ A lightweight Knowledge Graph Retrieval-Augmented Generation system with multipl ## 🚀 Installation ### Prerequisites -- Python 3.10+ +- Python 3.11+ - Git - Docker (optional for Docker deployment)