tjt 1 anno fa
parent
commit
bed28c9fde
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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")