Files
fckbot/core/services/__init__.py
Markov Andrey 057f73a0dd Add new file
2026-06-30 09:15:30 +00:00

12 lines
636 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 -*-
"""
Пакет services долгоживущие компоненты для работы с внешними системами.
Содержит:
- PostgresService пул соединений с PostgreSQL,
- QdrantService векторная БД,
- EmbeddingService эмбеддинги GigaChat,
- KBService база знаний (индексация, поиск),
- FileService извлечение текста из файлов,
- GigaClient клиент GigaChat,
- RerankerService локальный кросс-энкодер для переранжирования.
"""