From 6b8084e1bb845f85f00f8b6f43d64dd4f47398e9 Mon Sep 17 00:00:00 2001 From: Artem Savchenko Date: Wed, 3 Dec 2025 12:58:06 +0700 Subject: [PATCH] Fix rekoni description Signed-off-by: Artem Savchenko --- ARCHITECTURE_OVERVIEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCHITECTURE_OVERVIEW.md b/ARCHITECTURE_OVERVIEW.md index a735868..b871a73 100644 --- a/ARCHITECTURE_OVERVIEW.md +++ b/ARCHITECTURE_OVERVIEW.md @@ -14,7 +14,7 @@ The Huly self-hosted deployment consists of 14 services working together. This s | **workspace** | Workspace lifecycle management. Handles workspace creation, initialization, upgrades, and configuration. Runs background jobs for workspace maintenance. | | **collaborator** | Real-time document collaboration service using Y.js CRDT. Enables multiple users to edit documents simultaneously with automatic conflict resolution and presence awareness. | | **fulltext** | Search indexing service. Consumes events from the message queue, extracts content from documents, and maintains the Elasticsearch search index for fast full-text search. | -| **rekoni** | AI/ML recognition service. Provides OCR (optical character recognition), image analysis, and content extraction capabilities used by the fulltext service for indexing attachments. | +| **rekoni** | Content intelligence service. Extracts text and structured data from binary documents (PDF, DOC, DOCX, RTF) to make them searchable. Used by fulltext service for indexing document attachments. | | **stats** | Metrics collection service. Aggregates usage statistics and health metrics from all services for monitoring and debugging. | ### Infrastructure Services