from src.database.qdrant_store import QdrantStore from src.embeddings import TextEmbedder def embed_query(query: str | list[str], ): pass