Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdougherty committed Sep 17, 2024
1 parent b5065cf commit 86a6f8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doctests/query_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ def embed_text(model, text):
# STEP_START vector1
query = "Bike for small kids"
query_vector = embed_text(model, query)
# print(query_vector[:10]) # >>> b'\x02=c=\x93\x0e\xe0=aC'
print(query_vector) # >>> b'\x02=c=\x93\x0e\xe0=aC'
print(query_vector[:10]) # >>> b'\x02=c=\x93\x0e\xe0=aC'

vquery = VectorQuery(
vector=query_vector,
Expand Down

0 comments on commit 86a6f8b

Please sign in to comment.