Add new file

This commit is contained in:
Markov Andrey
2026-06-30 09:27:48 +00:00
parent 75619b56e9
commit dc3b85ad31

6
core/workers/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
"""
Пакет workers фоновые асинхронные воркеры.
Содержит:
- IndexingWorker индексация файлов и URL через HTTP-запросы к RAG-серверу.
"""