chore: format

This commit is contained in:
Timothy J. Baek
2024-10-04 01:04:04 -07:00
parent 332ef045ee
commit d1b8af6220
44 changed files with 1600 additions and 927 deletions

View File

@@ -181,7 +181,7 @@ def query_collection(
embedding_function,
k: int,
) -> dict:
results = []
query_embedding = embedding_function(query)