From 057f73a0dda308266fbf999c004fa02348504034 Mon Sep 17 00:00:00 2001 From: Markov Andrey Date: Tue, 30 Jun 2026 09:15:30 +0000 Subject: [PATCH] Add new file --- core/services/__init__.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 core/services/__init__.py diff --git a/core/services/__init__.py b/core/services/__init__.py new file mode 100644 index 0000000..61841eb --- /dev/null +++ b/core/services/__init__.py @@ -0,0 +1,12 @@ +# -*- coding: utf-8 -*- +""" +Пакет services – долгоживущие компоненты для работы с внешними системами. +Содержит: +- PostgresService – пул соединений с PostgreSQL, +- QdrantService – векторная БД, +- EmbeddingService – эмбеддинги GigaChat, +- KBService – база знаний (индексация, поиск), +- FileService – извлечение текста из файлов, +- GigaClient – клиент GigaChat, +- RerankerService – локальный кросс-энкодер для переранжирования. +""" \ No newline at end of file