yonnel
Initial clean commit - FastAPI movie backend without large data files
66fef64
raw
history blame contribute delete
143 Bytes
"""
Karl-Movie Vector Backend
A FastAPI service for semantic movie recommendations using FAISS and OpenAI embeddings
"""
__version__ = "1.0.0"