Add new file

This commit is contained in:
Markov Andrey
2026-06-30 09:15:30 +00:00
parent 6054f4395c
commit 057f73a0dd

12
core/services/__init__.py Normal file
View File

@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
"""
Пакет services долгоживущие компоненты для работы с внешними системами.
Содержит:
- PostgresService пул соединений с PostgreSQL,
- QdrantService векторная БД,
- EmbeddingService эмбеддинги GigaChat,
- KBService база знаний (индексация, поиск),
- FileService извлечение текста из файлов,
- GigaClient клиент GigaChat,
- RerankerService локальный кросс-энкодер для переранжирования.
"""