Update README.md

pull/761/head
Felix 2021-06-01 11:22:30 +08:00 committed by GitHub
parent 41f527f2f4
commit 351a7e7bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Mobius 算法细节详见论文 [Möbius Transformation for Fast Inner Produc
## 快速使用
import numpy as np
from interface import *
from interface import Graph_Index
# 随机产生样本
index_vectors = np.random.rand(100000,128).astype(np.float32)