|
feat: Remove LLM dependencies and integrate HNSW-based ANN for faster/stable search
- Removed llama-server, GGUF models, and heavy LLM DLLs. - Cleaned up build.rs and tauri.conf.json to lightweight the build. - Integrated hnsw_rs in mcp.rs for high-performance semantic search. - Improved LSA robustness for unknown words. - Reclaimed approx 3GB of workspace space. |
|---|
|
|
| journals/20260219-0006-非LLM検索移行.md 0 → 100644 |
|---|
| journals/20260219-0007-ベクトル次元最適化とsqlite-vec統合.md 0 → 100644 |
|---|
| journals/20260219-0008-起動時ベクトル自動同期実装.md 0 → 100644 |
|---|
| journals/20260219-0009-純RustによるSVD実装とLSA精度向上.md 0 → 100644 |
|---|
| journals/20260219-0010-LSA検索精度向上とスマート同期の実装.md 0 → 100644 |
|---|
| journals/20260220-0001-LSA課題分析とANNライブラリ検討.md 0 → 100644 |
|---|
| journals/20260220-0002-LLM排除とHNSW統合による検索強化.md 0 → 100644 |
|---|
| src-tauri/Cargo.lock |
|---|
| src-tauri/Cargo.toml |
|---|
| src-tauri/build.rs |
|---|
| src-tauri/src/bin/rebuild_vecs.rs 100644 → 0 |
|---|
| src-tauri/src/lib.rs |
|---|
| src-tauri/src/mcp.rs |
|---|
| src-tauri/src/utils/lsa.rs |
|---|
| src-tauri/tauri.conf.json |
|---|
| src/index.html |
|---|
| telos.db 0 → 100644 |
|---|