simplify readme

This commit is contained in:
yichuan520030910320
2025-07-25 02:11:02 -07:00
parent cd8b970eff
commit 170f7644e9
6 changed files with 72 additions and 94 deletions

View File

@@ -135,6 +135,7 @@ def test_leann_hnsw():
nodes = node_parser.get_nodes_from_documents([doc])
for node in nodes:
all_texts.append(node.get_content())
print(f"Total number of chunks: {len(all_texts)}")
tracker.checkpoint("After text chunking")