Update merge_to_ondisk.py
parent
0fdd38055b
commit
64828d2851
|
@ -1,3 +1,8 @@
|
|||
# Copyright (c) Facebook, Inc. and its affiliates.
|
||||
#
|
||||
# This source code is licensed under the MIT license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
import os
|
||||
import faiss
|
||||
import argparse
|
||||
|
|
Loading…
Reference in New Issue