Commit 2df26f62 authored by 赵威's avatar 赵威

update index

parent 980b5ad6
...@@ -109,4 +109,5 @@ diary_before_cover_vec.txt ...@@ -109,4 +109,5 @@ diary_before_cover_vec.txt
_index/* _index/*
! _index/.gitkeep ! _index/.gitkeep
_data/* _data/*
\ No newline at end of file
...@@ -37,7 +37,7 @@ def save_result(): ...@@ -37,7 +37,7 @@ def save_result():
for (index, i) in enumerate(distances): for (index, i) in enumerate(distances):
if i <= 1.0 and i != id: if i <= 1.0 and i != id:
res.append(ids[index]) res.append(ids[index])
print(id, content_level, res) print(count, id, content_level, res)
except Exception as e: except Exception as e:
print(e) print(e)
......
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