Skip to content

Commit

Permalink
Updated test with new storevectors option
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Sep 10, 2020
1 parent 057a07c commit b6454ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/python/testembeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def testWords(self):

# Create embeddings model, backed by word vectors
embeddings = Embeddings({"path": vectors + ".magnitude",
"storevectors": True,
"scoring": "bm25",
"pca": 3,
"quantize": True})
Expand Down

0 comments on commit b6454ef

Please sign in to comment.