Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
import(collection_name="test", files={"uid": "file_1.json", "vector": "file_2.json"})

We also allow user to support store vectors in a Numpy file, let's say the "vector" field is stored in file_2.npy, then we can call import():

...