Update combined_index.py
parent
8d08912453
commit
10ca6e20d4
|
@ -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 numpy as np
|
||||
|
|
Loading…
Reference in New Issue