File size: 97 Bytes
1026698 |
1 2 3 4 5 |
import faiss
index = faiss.read_index("wiki_faiss.index")
print("Total vectors:", index.ntotal)
|
1026698 |
1 2 3 4 5 |
import faiss
index = faiss.read_index("wiki_faiss.index")
print("Total vectors:", index.ntotal)
|