shahondin1624
  • Germay
  • Joined on 2026-01-30
490bd37b1c feat: implement provenance tagging and poisoning protection (issue #33)
0029196c5d feat: implement provenance tagging and poisoning protection (issue #33)
34176b141e feat: implement provenance tagging and poisoning protection (issue #33)
739c3ac259 feat: implement provenance tagging and poisoning protection (issue #33)
5d46bd3b94 feat: implement provenance tagging and poisoning protection (issue #33)
7b0096fe50 feat: implement provenance tagging and poisoning protection (issue #33)
f427d232fa feat: implement provenance tagging and poisoning protection (issue #33)
14cf53b74d feat: implement provenance tagging and poisoning protection (issue #33)
b064984d42 feat: implement provenance tagging and poisoning protection (issue #33)
shahondin1624 opened issue llm-multiverse/llm-multiverse#124 2026-03-09 23:48:55 +01:00
Refactor: deduplicate mock gateway servers and SHA-256 hashing
shahondin1624 opened issue llm-multiverse/llm-multiverse#123 2026-03-09 23:48:41 +01:00
Refactor: extract shared service infrastructure (config, startup, shutdown)
shahondin1624 opened issue llm-multiverse/llm-multiverse#122 2026-03-09 23:46:33 +01:00
Tech debt: minor findings from issue #32 review
shahondin1624 closed issue llm-multiverse/llm-multiverse#32 2026-03-09 23:46:21 +01:00
Implement semantic cache
shahondin1624 commented on issue llm-multiverse/llm-multiverse#32 2026-03-09 23:46:20 +01:00
Implement semantic cache

Implementation complete in PR #121.

Semantic cache: In-memory cache keyed by query embedding cosine similarity with configurable threshold.

  • SemanticCache with RwLock-protected entries,…
shahondin1624 created pull request llm-multiverse/llm-multiverse#121 2026-03-09 23:46:10 +01:00
feat: implement semantic cache (#32)
27477e2b15 feat: semantic cache (#32): service.rs
395f44fde3 feat: semantic cache (#32): lib.rs
fe284e2fdc feat: semantic cache (#32): config.rs