Commit History

UI: Improve export dropdown hover behavior with 1.5s delay and smooth transitions
8601306

Martechsol commited on

Polish: Add step numbers to structured list format
1ce24aa

Martechsol commited on

Intelligence: Remove all hardcoded format rules, let LLM choose format by intent
6a5a00d

Martechsol commited on

Generic: Replace hardcoded intent map with universal keyword extractor, fix 'can i resign'
3033432

Martechsol commited on

Fix: Disable stale cache, add ul/li CSS reset, unify post-processing with _clean_html
f2f1be6

Martechsol commited on

Conciseness: Enforce 3-point limit for leaves and ignore secondary clauses
6efd459

Martechsol commited on

Final sync: Ensure all intelligence and formatting fixes are pushed
d6ca65c

Martechsol commited on

Intelligence: Concise-first prompt, context filtering, smart format selection
e33f2d7

Martechsol commited on

Refactor: Remove hardcoded topic defaults - make LLM fully context-driven
fc1b848

Martechsol commited on

Intelligence: Add Format D for yes/no, consequence, and conversational questions
845b072

Martechsol commited on

Fix: Apply br cleanup to OpenAI caller (active provider)
5fc0474

Martechsol commited on

Fix: Remove stray <br> before </li> and collapse double <br> in output
71345d5

Martechsol commited on

Restore: Premium HTML list formatting for structured responses
04d85ae

Martechsol commited on

Fix: Replace LLM expander with instant hybrid normalizer, fix re-index, fix prorata
d25ce84

Martechsol commited on

Optimization: Lowered relevance threshold for better recall
4633ccc

Martechsol commited on

Performance: Professional batched search and latency optimizations
5126e68

Martechsol commited on

Fix: Prioritize original query and enhance compound word analyzer for prorata
b171a2a

Martechsol commited on

Fix: LLMService initialization TypeError and provider synchronization
b001a5f

Martechsol commited on

Upgrade: Professional intelligent retrieval pipeline with robust tokenization and LLM query expansion
c6668ae

Martechsol commited on

Fix: Add specific intent rules for 'half day' and 'unauthorized' leaves to prevent generic catch-all matching
0ee8f27

Martechsol commited on

Fix: add clean topic names for LLM while preserving rich keyword search variants
2e4bcf2

Martechsol commited on

Refactor intent map with human-friendly topic names to fix short query ambiguity
21c0b2c

Martechsol commited on

Fix: rewrite short/vague queries for LLM to prevent false no-info responses
28312e0

Martechsol commited on

Enhance sandwich deduction intent mapping and query expansion logic
15a2ed9

Martechsol commited on

Update app/admin/templates/admin.html
787933a
verified

joedown11 commited on

Update app/admin/templates/admin.html
8e541e3
verified

joedown11 commited on

Add br between list items for vertical spacing
a919128

Martechsol commited on

Fix list spacing: compact single-line prompt example + thorough br/whitespace cleanup inside ul/ol
5724db0

Martechsol commited on

Strip stray br tags after ul/ol opening tags to remove top space in lists
11bc94e

Martechsol commited on

Use MutationObserver JS to reliably remove top spacing in chat bubbles
7850b34

Martechsol commited on

Broaden CSS selectors to fix top spacing in Gradio 5 chat bubbles
ed4d3e0

Martechsol commited on

Remove leading space in chat bubbles via CSS margin fix and lstrip post-processing
9b8d175

Martechsol commited on

Fix full stops, consistent Format B for leave queries, unpaid leave retrieval
aa8b3eb

Martechsol commited on

Cap Format C at 4 lines, restore leave-name = count only intent
fbe9de5

Martechsol commited on

Enforce Format C for all policy questions with bold headers and line breaks
c098fd0

Martechsol commited on

Restore structured explanation format with bold headers and line breaks
e866dc2

Martechsol commited on

Allow 'can I take leave' intent and enforce bolding for key terms
5ee98a7

Martechsol commited on

Update bolding rules in system prompt for formal prose
445cda7

Martechsol commited on

Refine system prompt for better list formatting and formal tone
d41f5d2

Martechsol commited on

Fix formatting inconsistency and add support for greetings
7995568

Martechsol commited on

Show actual API error message instead of generic rate limit
ce3c7f4

Martechsol commited on

Migrate from Groq to OpenAI 4o-mini
47434d4

Martechsol commited on

Update from backup state - 2026-05-06
cb79a0a

Martechsol commited on

Fix admin panel showing 'default name': update user_name in-place on rename, improve session list display
3944045

Martechsol commited on

Eliminate first Groq API call: replace LLM query rewrite with instant local keyword expander (~3-6s saved per request)
d58c972

Martechsol commited on

Optimize RAG pipeline for speed: persistent HTTP client, faster reranker, and result caching
6ece568

Martechsol commited on

Fix reranker filtering out casual/sick leaves by enriching rerank query with expanded LLM keywords
beaf377

Martechsol commited on

Remove type='messages' from Chatbot for Gradio 5+ compatibility
1165d76

Martechsol commited on

Pin gradio>=5.0.0 to fix Chatbot type='messages' runtime error
071add8

Martechsol commited on

Refine RAG pipeline for comprehensive leave retrieval, improve system prompt, and fix Gradio HTML rendering
392a1db

Martechsol commited on