From 2f3a0221b2ac30281caf2473e61394fe2e2e196f Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Mon, 10 Nov 2025 14:44:01 +0800 Subject: [PATCH] Update architecture.md --- manual/setup/architecture.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/manual/setup/architecture.md b/manual/setup/architecture.md index c4416e95..c0f1968f 100644 --- a/manual/setup/architecture.md +++ b/manual/setup/architecture.md @@ -13,10 +13,12 @@ Seafile Docker and its components are support both x86 and ARM64 architecture. Y | seafile-md-server | √ | √ | | seafile-ai | √ | √ | | thumbnail-server | √ | √ | -| seaseach-nomkl | √ | √ | -| seasearch | √ | X | +| seasearch | √ | √ | | face-embedding | √ | X | -| index-server | √ | X | +| index-server (distributed indexing) | √ | X | + +Note, for SeaSearch, you should use seaseach-nomkl version to work on ARM architecture. + ## Pull the ARM image