We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d2073 commit 7793bb0Copy full SHA for 7793bb0
1 file changed
examples/loading/example.py
@@ -25,12 +25,12 @@
25
copy.set_types(['vector'])
26
27
for i, embedding in enumerate(embeddings):
28
+ copy.write_row([embedding])
29
+
30
# show progress
31
if i % 10000 == 0:
32
print('.', end='', flush=True)
33
- copy.write_row([embedding])
-
34
print('\nSuccess!')
35
36
# create any indexes *after* loading initial data (skipping for this example)
0 commit comments