Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Apr 21, 2024
1 parent 31821d0 commit 739ec4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def deserializeFromBlob(self, url, marker, index_vectors ,index_content, search
dtype = None
shape = None
for f in embeddings_files:

self.log("Reading embeddings from "+f)
# Binary read
sentence_bytes=blobStorage.readBytes(f)
vectors_bytes=blobStorage.readBytes(f+".vectors")
Expand Down

0 comments on commit 739ec4a

Please sign in to comment.