core: auto-cleanup for LeannSearcher/LeannChat (__enter__/__exit__/__del__); ensure server terminate/kill robustness; benchmarks: use searcher.cleanup(); docs: suggest uv run

This commit is contained in:
Andy Lee
2025-08-14 14:29:57 -07:00
parent e3518a31ed
commit ded0701504
4 changed files with 47 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ ollama pull nomic-embed-text
--backend-name diskann --graph-degree 32 --build-complexity 64
```
**Performance Benchmark**: Run `python benchmarks/diskann_vs_hnsw_speed_comparison.py` to compare DiskANN and HNSW on your system.
**Performance Benchmark**: Run `uv run benchmarks/diskann_vs_hnsw_speed_comparison.py` to compare DiskANN and HNSW on your system.
## LLM Selection: Engine and Model Comparison