Fix Readme

This commit is contained in:
itqop 2025-07-12 11:56:35 +03:00
parent 97e274df70
commit e7c4d9139f
1 changed files with 3 additions and 3 deletions

View File

@ -14,13 +14,13 @@
```mermaid
graph TD
A[CLI / AsyncRunner] -->|URLs| B[TaskQueue\n(asyncio + anyio)]
B --> C[Worker N\n(coroutine)]
A[CLI / AsyncRunner] -->|URLs| B[TaskQueue (asyncio + anyio)]
B --> C[Worker N (coroutine)]
C --> D[RuWikiAdapter]
C --> E[TextSplitter]
C --> F[LLMProvider]
C --> G[WriteQueue]
G --> H[(SQLite\naiosqlite)]
G --> H[(SQLite aiosqlite)]
```
## Установка