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.
1 parent eae2989 commit 8104b6f1b71d551e4d42bf3426f17908cfa179d3
@楽曲作りまくりおじさん 楽曲作りまくりおじさん authored 4 days ago
Showing 17 changed files
View
journals/20260219-0006-非LLM検索移行.md 0 → 100644
View
journals/20260219-0007-ベクトル次元最適化とsqlite-vec統合.md 0 → 100644
View
journals/20260219-0008-起動時ベクトル自動同期実装.md 0 → 100644
View
journals/20260219-0009-純RustによるSVD実装とLSA精度向上.md 0 → 100644
View
journals/20260219-0010-LSA検索精度向上とスマート同期の実装.md 0 → 100644
View
journals/20260220-0001-LSA課題分析とANNライブラリ検討.md 0 → 100644
View
journals/20260220-0002-LLM排除とHNSW統合による検索強化.md 0 → 100644
View
src-tauri/Cargo.lock
View
src-tauri/Cargo.toml
View
src-tauri/build.rs
View
src-tauri/src/bin/rebuild_vecs.rs 100644 → 0
View
src-tauri/src/lib.rs
View
src-tauri/src/mcp.rs
View
src-tauri/src/utils/lsa.rs
View
src-tauri/tauri.conf.json
View
src/index.html
View
telos.db 0 → 100644