Files
fckbot/core/workers/__init__.py
Markov Andrey dc3b85ad31 Add new file
2026-06-30 09:27:48 +00:00

6 lines
242 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- coding: utf-8 -*-
"""
Пакет workers фоновые асинхронные воркеры.
Содержит:
- IndexingWorker индексация файлов и URL через HTTP-запросы к RAG-серверу.
"""