CoolFace
Apppublic

ambarish0221/DTQ

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
23 commits on main
c4adbb74mo ago

fix: keep tab components mounted to preserve ticket state on tab switch

ambarish0221
da8bcfc4mo ago

fix: bot fallback response when LLM unavailable (Connection error)

ambarish0221
7e9c0f04mo ago

fix: flood simulate - remove OPENROUTER gate, fix api_base for HF single-container

ambarish0221
bcdf0dd4mo ago

fix: remove ChromaDB from supervisord, add GROQ_API_KEY, default empty ENVs

ambarish0221
7bd745e4mo ago

fix: add root Dockerfile for HuggingFace Spaces build

ambarish0221
c1157524mo ago

docs: clean up README — remove tables, plain text format, no emojis

ambarish0221
a9b0e8e4mo ago

fix: add HuggingFace Spaces YAML frontmatter to README

ambarish0221
5c8898b4mo ago

docs: update README for Groq LLM and in-memory BM25 knowledge base

ambarish0221
dcead8f4mo ago

fix: replace ChromaDB with in-memory BM25 search, fix bot _type error

ambarish0221
e823af44mo ago

feat: support Groq as free LLM provider (preferred over OpenRouter)

ambarish0221
62566b94mo ago

fix: max_retries=0 on LLM client for instant fallback, 10s timeout

ambarish0221
73df0264mo ago

fix: classify fallback, api client error handling, slower worker for demo visibility

ambarish0221
0a798954mo ago

fix: rule-based recommend fallback, processing jobs in queue list, api client error handling

ambarish0221
c6476654mo ago

fix: nginx dynamic DNS resolver, fallback classification for rate-limited LLM

ambarish0221
86071074mo ago

fix: remove Anthropic dependency from worker, concurrent flood simulator

ambarish0221
be391d04mo ago

feat: splash screen with slide-up animation on load

ambarish0221
bce00454mo ago

chore: remove node_modules from tracking, update .gitignore

ambarish0221
a0688c34mo ago

feat: professional light UI theme, remove all emojis from frontend

ambarish0221
1ba27444mo ago

docs: rewrite README for recruiter audience with testing steps

ambarish0221
20c42a64mo ago

feat: SmartQueue AI Helpdesk — OpenRouter, ticket classifier, recommender, streaming bot, SLA tracking

ambarish0221
72aa80e4mo ago

feat: React frontend, RAG agent, ChromaDB, HF Spaces deployment

ambarish0221
d5b96524mo ago

feat: Kubernetes infra — Helm chart, Terraform EKS, ArgoCD GitOps, GitHub Actions CI/CD

ambarish0221
823b2d04mo ago

Initial commit: distributed task queue with priority scheduling, retries, dead-letter, and Streamlit dashboard

ambarish0221