Commit History

perf: Downgrade model to 1.5B for faster CPU inference
9e9ace3
Running

quoctrong commited on

style: Reverse session list order and rename to Session N
bbb6a78

quoctrong commited on

feat: Enhance citation format with text snippets
9454ef9

quoctrong commited on

perf: Optimize Latency (Remove query translation, async cache, tune LLM threads, limit tokens)
9d3288b

quoctrong commited on

feat: Phase 4 Upgrade - RAG Architecture Stability (mMARCO, pdfplumber, true recursive chunk, 3B LLM)
7a67d93

quoctrong commited on

feat: Enhance RAG LLM prompt with few-shot examples to enforce polite and complete sentences
2e7d477

quoctrong commited on

fix: Resolve AttributeError by correctly fetching session chunks from Global VectorStore in Phase 2 architecture
879784e

quoctrong commited on

feat: Implement Phase 3 - Optimize inference engine with llama.cpp
03f3ef0

quoctrong commited on

feat: Implement Phase 2 - pyvi tokenizer, Global FAISS Index, and Hierarchical Summary
2f8962c

quoctrong commited on

feat: Implement Phase 1 - Semantic Cache, Observability Logging, and Citation Verification
c0e9723

quoctrong commited on

Revert hardcoded samples and set intent threshold to 0.70
be3cb96

quoctrong commited on

Fix router false-positive chitchat classification by increasing threshold
98adac2

quoctrong commited on

Optimize LLM lazy loading and refine RAG prompt for full sentences
a206cd2

quoctrong commited on

fix: increase max upload file size limit from 15MB to 100MB for large annual reports
499cb9f

quoctrong commited on

feat: production-hardening, upload validation, admin auth, threadpool, logging & HF dataset repo integration
0d6af6d

quoctrong commited on

Implement OUT_OF_SCOPE intent separation, multi-signal relevance check, and strict Grounding System Prompt
4a7f462

quoctrong commited on

Implement Negative Rejection and Grounding Guardrails to suppress fake citations for out-of-document queries
54237c5

quoctrong commited on

Implement UNKNOWN state Decision Engine with continuous document relevance score and zero hardcoded rules
0fc3247

quoctrong commited on

Prioritize CHITCHAT intent for short greeting queries in Decision Engine
b0386ce

quoctrong commited on

Flatten vector arrays to 1D in _cosine_similarity calculation
5f09776

quoctrong commited on

Fix Embedder method name from embed_query to encode_query
66f2725

quoctrong commited on

Implement Production Hybrid Decision Engine with Semantic Vector Centroid Router and Relevance Signal
229629a

quoctrong commited on

Fix VectorStore method name from similarity_search to search_session in router pre-check
bf85f7a

quoctrong commited on

Expand LLM context window max length to 6500 tokens (~5000 words)
59cac60

quoctrong commited on

Add anti-bias protection to ensure queries without explicit summary intent never misclassify into META_DOC
a779793

quoctrong commited on

Implement Vector Similarity Pre-Filter and Uniform Page Sampling for 100+ page documents
62758e8

quoctrong commited on

Expand router context window by sampling 6 chunks across full document
a4fd73d

quoctrong commited on

Implement Dynamic Document Context-Aware LLM Intent Router
87a8028

quoctrong commited on

Finalize smooth LLM reader responses and pure Agentic LLM intent router
25c39f1

quoctrong commited on

Remove all hardcoded rules in router.py and sync physical disk session_docs in rag_pipeline.py
5bb9147

quoctrong commited on

Fix router logic so document-backed sessions route queries to RETRIEVAL
1b0c596

quoctrong commited on

Remove AI avatar icon box from bot message bubbles and indicators
cd850a7

quoctrong commited on

Implement Two-Level Map-Reduce Hierarchical LLM Summarization for META_DOC intent
5130009

quoctrong commited on

Use pure natural context understanding for LLM Router without hardcoded prompt constraints
f9c004f

quoctrong commited on

Refine LLM router prompt rules for sharp RETRIEVAL intent classification
f9136c8

quoctrong commited on

Merge OUT_OF_SCOPE into CHITCHAT for streamlined 3-intent architecture
7b0d8c5

quoctrong commited on

Refactor router.py to pure Agentic LLM Semantic Intent Classifier
2a8d978

quoctrong commited on

Prioritize RETRIEVAL intent for specific data and fact queries
15c35d2

quoctrong commited on

Make chitchat LLM response dynamic with system prompt and temperature=0.7
b2ebf36

quoctrong commited on

Fix GGUF native loading dependency, fix mobile text overflow, and remove footer text
340a4f8

quoctrong commited on

Use native Transformers GGUF loader to fix C++ compile delay in Docker build
8db2a53

quoctrong commited on

Upgrade Local LLM to GGUF (llama.cpp) format for 5x-7x faster CPU inference
9087f4e

quoctrong commited on

Add accelerate dependency and fix Local LLM loading error
d22721f

quoctrong commited on

Fix intent classification and emotional response for chitchat queries
1a38bc8

quoctrong commited on

DocBrain RAG official release for HF Space
81e471d

quoctrong commited on