We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c45b9 commit 8123b94Copy full SHA for 8123b94
examples/pytorch_image_search.py
@@ -49,9 +49,6 @@ def generate_embeddings(inputs):
49
params = [embedding for embedding in embeddings]
50
conn.execute(sql, params)
51
52
- print('Creating index')
53
- conn.execute('CREATE INDEX ON image USING hnsw (embedding vector_cosine_ops)')
54
-
55
56
def show_images(dataset_images):
57
grid = torchvision.utils.make_grid(dataset_images)
0 commit comments