tjt 1 year ago
parent
commit
bed28c9fde
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config.py

+ 0 - 1
config.py

@@ -42,7 +42,6 @@ sqlite_path = os.path.join(data_root_path, "info_retrieval.db")
 sqlite_copy_path = os.path.join(data_root_path, "info_retrieval_copy.db")
 # hnsw模型地址
 hnsw_path = "hnsw_model.bin"
-# hnsw_path = "hnsw_model_norm.bin"
 # 公式处理数据地址
 bow_model_path = os.path.join(data_root_path, "bow_model.pkl")
 bow_vector_path = os.path.join(data_root_path, "bow_vector.npy")