SQL Server Database Engine
Core component of SQL Server for storing, processing, and securing data
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
cursor.execute(
sql_query,
[
query_embedding, # First placeholder (%s)
person_names, # Second placeholder (%s)
file_ids, # Third placeholder (%s)
],
)
results = cursor.fetchall()
this started to taking like 40 seconds , which is very slow
Core component of SQL Server for storing, processing, and securing data