6 lines
110 B
Python
6 lines
110 B
Python
"""
|
|
RAG Service - сервис векторного скоринга на FastAPI.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|