Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jan 25, 2024
1 parent 6f07036 commit 00cee9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,3 @@ def run(self, documents: List[Document]):
doc.embedding = embedding

return {"documents": documents}


# TEST! TO BE REMOVED
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,3 @@ def __init__(
def embed(self, data: List[List[str]], **kwargs) -> List[List[float]]:
embeddings = self.model.encode(data, **kwargs).tolist()
return embeddings


# TEST! TO BE REMOVED

0 comments on commit 00cee9a

Please sign in to comment.