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

5
app/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""
RAG Service - сервис векторного скоринга на FastAPI.
"""
__version__ = "0.1.0"