Fix Readme
This commit is contained in:
parent
e7c4d9139f
commit
f5ce050a92
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue