提交 2c234de2 编写于 作者: C cuicheng01

Update vector_search/README_en.md

上级 de5de91b
......@@ -81,7 +81,7 @@ query_vector = np.random.rand(128).astype(np.float32)
index_docs = ["ID_"+str(i) for i in range(100000)]
# Initialize index structure
indexer = Graph_Index(dist_type="IP") #支持"IP"和"L2"
indexer = Graph_Index(dist_type="IP") #support "IP" and "L2"
indexer.build(gallery_vectors=index_vectors, gallery_docs=index_docs, pq_size=100, index_path='test')
# Query
......@@ -92,4 +92,4 @@ print(docs)
# Save and load
indexer.dump(index_path="test")
indexer.load(index_path="test")
```
\ No newline at end of file
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册