Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Spaces:
myagent10101
/
ai-doc-qa
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
ai-doc-qa / app
55.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
myagent10101's picture
myagent10101
Fix: Clean formatted answers without LLM - proper summarization and readable output"
630d94e verified 19 days ago
  • __init__.py
    30 Bytes
    Add app/__init__.py 19 days ago
  • auth.py
    6.08 kB
    Add app/auth.py, app/files.py, app/chat.py, app/search.py 19 days ago
  • chat.py
    5.57 kB
    Fix chat.py: pass db session to RAG for DB fallback search" 19 days ago
  • config.py
    1.24 kB
    Fix config: ensure data dir exists for SQLite 19 days ago
  • db.py
    5.35 kB
    Add app/db.py - database models 19 days ago
  • files.py
    12.8 kB
    Rewrite files.py: inline processing with real-time SSE status updates 19 days ago
  • main.py
    3.66 kB
    Fix template rendering - use new Starlette TemplateResponse API" 19 days ago
  • rag.py
    13.7 kB
    Fix: Clean formatted answers without LLM - proper summarization and readable output" 19 days ago
  • search.py
    6.87 kB
    Fix search.py: add DB fallback when FAISS unavailable 19 days ago
  • worker.py
    246 Bytes
    Replace worker.py with a no-op stub (processing now in files.py)" 19 days ago