perf: Downgrade model to 1.5B for faster CPU inference 9e9ace3 Running quoctrong commited on 7 days ago
perf: Optimize Latency (Remove query translation, async cache, tune LLM threads, limit tokens) 9d3288b quoctrong commited on 7 days ago
feat: Phase 4 Upgrade - RAG Architecture Stability (mMARCO, pdfplumber, true recursive chunk, 3B LLM) 7a67d93 quoctrong commited on 7 days ago
feat: Enhance RAG LLM prompt with few-shot examples to enforce polite and complete sentences 2e7d477 quoctrong commited on 8 days ago
fix: Resolve AttributeError by correctly fetching session chunks from Global VectorStore in Phase 2 architecture 879784e quoctrong commited on 8 days ago
feat: Implement Phase 3 - Optimize inference engine with llama.cpp 03f3ef0 quoctrong commited on 8 days ago
feat: Implement Phase 2 - pyvi tokenizer, Global FAISS Index, and Hierarchical Summary 2f8962c quoctrong commited on 8 days ago
feat: Implement Phase 1 - Semantic Cache, Observability Logging, and Citation Verification c0e9723 quoctrong commited on 8 days ago
Fix router false-positive chitchat classification by increasing threshold 98adac2 quoctrong commited on 8 days ago
Optimize LLM lazy loading and refine RAG prompt for full sentences a206cd2 quoctrong commited on 8 days ago
fix: increase max upload file size limit from 15MB to 100MB for large annual reports 499cb9f quoctrong commited on 8 days ago
feat: production-hardening, upload validation, admin auth, threadpool, logging & HF dataset repo integration 0d6af6d quoctrong commited on 8 days ago
Implement OUT_OF_SCOPE intent separation, multi-signal relevance check, and strict Grounding System Prompt 4a7f462 quoctrong commited on 8 days ago
Implement Negative Rejection and Grounding Guardrails to suppress fake citations for out-of-document queries 54237c5 quoctrong commited on 8 days ago
Implement UNKNOWN state Decision Engine with continuous document relevance score and zero hardcoded rules 0fc3247 quoctrong commited on 8 days ago
Prioritize CHITCHAT intent for short greeting queries in Decision Engine b0386ce quoctrong commited on 8 days ago
Flatten vector arrays to 1D in _cosine_similarity calculation 5f09776 quoctrong commited on 8 days ago
Implement Production Hybrid Decision Engine with Semantic Vector Centroid Router and Relevance Signal 229629a quoctrong commited on 8 days ago
Fix VectorStore method name from similarity_search to search_session in router pre-check bf85f7a quoctrong commited on 8 days ago
Expand LLM context window max length to 6500 tokens (~5000 words) 59cac60 quoctrong commited on 8 days ago
Add anti-bias protection to ensure queries without explicit summary intent never misclassify into META_DOC a779793 quoctrong commited on 8 days ago
Implement Vector Similarity Pre-Filter and Uniform Page Sampling for 100+ page documents 62758e8 quoctrong commited on 8 days ago
Expand router context window by sampling 6 chunks across full document a4fd73d quoctrong commited on 8 days ago
Finalize smooth LLM reader responses and pure Agentic LLM intent router 25c39f1 quoctrong commited on 8 days ago
Remove all hardcoded rules in router.py and sync physical disk session_docs in rag_pipeline.py 5bb9147 quoctrong commited on 8 days ago
Fix router logic so document-backed sessions route queries to RETRIEVAL 1b0c596 quoctrong commited on 8 days ago
Remove AI avatar icon box from bot message bubbles and indicators cd850a7 quoctrong commited on 8 days ago
Implement Two-Level Map-Reduce Hierarchical LLM Summarization for META_DOC intent 5130009 quoctrong commited on 8 days ago
Use pure natural context understanding for LLM Router without hardcoded prompt constraints f9c004f quoctrong commited on 8 days ago
Refine LLM router prompt rules for sharp RETRIEVAL intent classification f9136c8 quoctrong commited on 8 days ago
Merge OUT_OF_SCOPE into CHITCHAT for streamlined 3-intent architecture 7b0d8c5 quoctrong commited on 8 days ago
Refactor router.py to pure Agentic LLM Semantic Intent Classifier 2a8d978 quoctrong commited on 8 days ago
Prioritize RETRIEVAL intent for specific data and fact queries 15c35d2 quoctrong commited on 8 days ago
Make chitchat LLM response dynamic with system prompt and temperature=0.7 b2ebf36 quoctrong commited on 8 days ago
Fix GGUF native loading dependency, fix mobile text overflow, and remove footer text 340a4f8 quoctrong commited on 8 days ago
Use native Transformers GGUF loader to fix C++ compile delay in Docker build 8db2a53 quoctrong commited on 8 days ago
Upgrade Local LLM to GGUF (llama.cpp) format for 5x-7x faster CPU inference 9087f4e quoctrong commited on 8 days ago
Fix intent classification and emotional response for chitchat queries 1a38bc8 quoctrong commited on 9 days ago