milvus/pyengine/engine/storage/storage_manager.py

13 lines
182 B
Python
Raw Normal View History

2019-03-24 11:12:17 +00:00
import os
import faiss
class StorageManager(object):
2019-03-28 02:21:55 +00:00
def __init__(self):
2019-03-24 11:12:17 +00:00
pass
def put(vector, directory, index_type):
pass
def take(dir):
pass