Skip to content

Commit

Permalink
print debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Apr 22, 2024
1 parent f60738b commit 52c928e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def deserializeFromBlob(self, url, out_vectors , out_content):
vectors = []
dtype = None
shape = None
for f in embeddings_files:
print("Found files "+str(embeddings_files))
for f in embeddings_files:
# Binary read
sentence_bytes=blobStorage.readBytes(f)
vectors_bytes=blobStorage.readBytes(f+".vectors")
Expand Down

0 comments on commit 52c928e

Please sign in to comment.