Skip to content

Commit bce509c

Browse files
committed
Enable option to store vector model within embeddings model, fixes #9
1 parent 4925d96 commit bce509c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/python/codequestion/index.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def embeddings(dbfile):
6363
"""
6464

6565
embeddings = Embeddings({"path": Models.vectorPath("stackexchange-300d.magnitude"),
66+
"storevectors": True,
6667
"scoring": "bm25",
6768
"pca": 3,
6869
"quantize": True})

0 commit comments

Comments
 (0)