GitHub Actions Bot
Changes from ggruber193/polars-docu-chat-rag
c379a6e
raw
history blame contribute delete
143 Bytes
from src.database.qdrant_store import QdrantStore
from src.embeddings import TextEmbedder
def embed_query(query: str | list[str], ):
pass