We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4925d96 commit bce509cCopy full SHA for bce509c
src/python/codequestion/index.py
@@ -63,6 +63,7 @@ def embeddings(dbfile):
63
"""
64
65
embeddings = Embeddings({"path": Models.vectorPath("stackexchange-300d.magnitude"),
66
+ "storevectors": True,
67
"scoring": "bm25",
68
"pca": 3,
69
"quantize": True})
0 commit comments