You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("Error: ensure PCA model is in output/artifacts. If model was not created due to low vocabulary size, increase unique code lines in dataset and train again.")
441
+
return []
436
442
437
443
# Load vector dynamically using index to minimize memory usage
438
444
query_vector=np.array([self.index.reconstruct(query_index)], dtype=np.float16) # Dynamically load vector using FAISS
Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
setup(
7
7
name="graphsense",
8
-
version="0.0.2",
8
+
version="0.0.3",
9
9
description="GraphSense is a framework that can be used to easily train and use code suggestion models with minimal data preprocessing and resource consumption",
0 commit comments