Fix Readme

This commit is contained in:
itqop 2025-07-12 11:57:55 +03:00
parent e7c4d9139f
commit f5ce050a92
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
```mermaid
graph TD
A[CLI / AsyncRunner] -->|URLs| B[TaskQueue (asyncio + anyio)]
B --> C[Worker N (coroutine)]
A[CLI / AsyncRunner] -->|URLs| B[TaskQueue asyncio_anyio]
B --> C[Worker_N coroutine]
C --> D[RuWikiAdapter]
C --> E[TextSplitter]
C --> F[LLMProvider]