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 b5065cf commit 86a6f8bCopy full SHA for 86a6f8b
doctests/query_vector.py
@@ -32,8 +32,7 @@ def embed_text(model, text):
32
# STEP_START vector1
33
query = "Bike for small kids"
34
query_vector = embed_text(model, query)
35
-# print(query_vector[:10]) # >>> b'\x02=c=\x93\x0e\xe0=aC'
36
-print(query_vector) # >>> b'\x02=c=\x93\x0e\xe0=aC'
+print(query_vector[:10]) # >>> b'\x02=c=\x93\x0e\xe0=aC'
37
38
vquery = VectorQuery(
39
vector=query_vector,
0 commit comments