Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit fbd1220

Browse files
authored
Merge branch 'main' into issue-929
2 parents 036d170 + 6b9cf0d commit fbd1220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/import_packages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def __init__(self, jsonl_dir="data", vec_db_path="./sqlite_data/vectordb.db"):
2222
os.path.join(jsonl_dir, "malicious.jsonl"),
2323
]
2424
self.conn = self._get_connection()
25+
Config.load() # Load the configuration
2526
self.inference_engine = LlamaCppInferenceEngine()
2627
self.model_path = "./codegate_volume/models/all-minilm-L6-v2-q5_k_m.gguf"
2728

0 commit comments

Comments
 (0)