Skip to content

Commit

Permalink
Enable option to store vector model within embeddings model, fixes ne…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Sep 10, 2020
1 parent 4925d96 commit bce509c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/codequestion/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def embeddings(dbfile):
"""

embeddings = Embeddings({"path": Models.vectorPath("stackexchange-300d.magnitude"),
"storevectors": True,
"scoring": "bm25",
"pca": 3,
"quantize": True})
Expand Down

0 comments on commit bce509c

Please sign in to comment.