first commit

This commit is contained in:
2026-06-10 08:20:27 +02:00
commit f439f0f793
39 changed files with 9716 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
"""Embedding service — uses Ollama qwen3-embedding:8b."""
from app.core.embedding_engine import get_embedding_sync
get_embedding = get_embedding_sync