Skip to content

Commit

Permalink
Removed left over prints
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead committed Jun 26, 2023
1 parent ebb4d02 commit d513350
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions paperqa/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ def add_texts(
t.embeddings = text_embeddings[i]
else:
text_embeddings = cast(List[List[float]], [t.embeddings for t in texts])
print("HEEREERE", self.texts_index)
if self.texts_index is not None:
try:
# TODO: Simplify - super weird
Expand Down Expand Up @@ -331,7 +330,6 @@ def _build_texts_index(self):
embedding=self.embeddings,
metadatas=metadatas,
)
print("HEREEEEEFERAFAREVEA", self.texts_index)

def clear_memory(self):
"""Clear the memory of the model."""
Expand Down

0 comments on commit d513350

Please sign in to comment.