Medical-Chatbot / memory.py

Commit History

Lazy load models
4f5341e
Running

LiamKhoaLe commited on

Enhance agentic memory handler with dynamic LTM/STM
115b95d

LiamKhoaLe commited on

Upd hybrid RAG with summariser prompting
7b77d36

LiamKhoaLe commited on

Upd hybrid history continuity approach with sem-search + SLM verifier on recent sessions
d999c28

LiamKhoaLe commited on

Upd dynamic language
25a6ec3

LiamKhoaLe commited on

Update: Avoid redundant re-embedding. Time-decayed scoring. Enforced topic extraction. Deduplication of repeated chunks. Retry logic for Gemini failures
1061730

LiamKhoaLe commited on

Beautify code in memory
a0140d1

LiamKhoaLe commited on

Upd save chunk sclicer
1705c80

LiamKhoaLe commited on

Upd save chunk sclicer
c7d9d32

LiamKhoaLe commited on

Upd logger memory
4a82770

LiamKhoaLe commited on

Migrate system using Gem Flash lite for NLP taskings
c29409a

LiamKhoaLe commited on

Upd using NLP agent distilbart-cnn-12-6 for chunking and summarisation. Helsinki-NLP/opus-mt translator added to normalise lang to EN core
1ca4ee7

LiamKhoaLe commited on

Populate LRU caching allowing recent chat retrieval. Add memory handler
57e04c3

LiamKhoaLe commited on