Initial commit: RAG Service

This commit is contained in:
2026-01-26 20:17:44 +03:00
commit 9b8a1c64bc
22 changed files with 2255 additions and 0 deletions

3
app/services/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""
Сервисы RAG: ядро логики скоринга.
"""