From 4e215ed4ddbe1026e313aa067e12e9384a714185 Mon Sep 17 00:00:00 2001 From: yangdx Date: Tue, 18 Feb 2025 20:34:33 +0800 Subject: [PATCH] Revert "Update Python version requirement from 3.10 to 3.11" This reverts commit 8008d0472846d820815b0a2d3772c9bbbe601ae3. --- docs/DockerDeployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DockerDeployment.md b/docs/DockerDeployment.md index 50389c8f..e7955cf8 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.11+ +- Python 3.10+ - Git - Docker (optional for Docker deployment)