From ccccc41d3c12e5fdb5ad02af148e1333eb2992b3 Mon Sep 17 00:00:00 2001 From: Rico Furtado Date: Thu, 28 May 2026 14:42:49 -0400 Subject: [PATCH] Enhance ingestion retry mechanism and sync task logs Improve the retry logic for ingestion processes and add logging for synchronization issues related to tasks. This ensures better tracking and handling of errors during ingestion. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aeb28ad6..dd03d66e3 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ The MCP server provides tools for RAG-enhanced chat, semantic search, and settin ## 🛠️ Development -For developers who want to [contribute to OpenRAG](https://docs.openr.ag/support/contribute) or set up a development environment, see [CONTRIBUTING.md](CONTRIBUTING.md). +For developers who want to [contribute to OpenRAG](https://docs.openr.ag/support/contribute) or setup a development environment, see [CONTRIBUTING.md](CONTRIBUTING.md). ## 🛟 Troubleshooting