Skip to content

Commit

Permalink
Update vector_index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangj1211 authored Dec 6, 2024
1 parent 573d47c commit c040e9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/MatrixOne/Develop/Vector/vector_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ SET GLOBAL experimental_ivf_index = 1;

```python
import numpy as np
import ollama
import pymysql.cursors
import time

Expand Down Expand Up @@ -114,7 +113,7 @@ if __name__ == "__main__":
insert_data(128, 2000000, 10000)
print("未创建向量索引 SQL 执行时间:")
vec_search(128,3)
print("创建向量中......")
print("创建向量索引中......")
vec_indx(1000)
print("已创建向量索引 SQL 执行时间:")
vec_search(128,3)
Expand Down

0 comments on commit c040e9c

Please sign in to comment.