from sentence_transformers import SentenceTransformer model = SentenceTransformer("sentence-transformers/all-MiniLM-L6-v2") query = "How do I reset a forgotten password?" documents = [ "Generate quarterly revenue charts from a CSV export.", "Reset a lost account password from the profile security page.", "Tune the database connection pool for a busy API server.", ]