Commit 5ae3dbba authored by 赵威's avatar 赵威

update index

parent 499d138b
......@@ -66,7 +66,7 @@ if __name__ == "__main__":
print("trained: " + str(index2.is_trained))
print("total index: " + str(index2.ntotal))
for i in [1015527, 1015536, 292379]:
for i in [1020398]:
D, I = index2.search(np.array(answer_embeddings[i]).astype("float32"))
res = I.tolist()
print(res, "\n")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment