Spaces:
Running
Running
app/
βββ main.py # FastAPI entry
βββ gradio_ui.py # White-label UI
βββ tenants/
β βββ ohamlab.json # Default tenant config
βββ documents/
β βββ ohamlab/
β βββ general.md
β βββ general-hi.md
βββ services/
β βββ llm.py # Qwen logic
β βββ retriever.py # Embeddings + search
β βββ tts.py # Audio generation
β βββ storage.py # Document handling
βββ models/
β βββ tenant.py # Tenant schema
βββ requirements.txt
PDF / MD files
β
Retriever (embeddings + similarity)
β β THIS IS WHERE YOU ARE FAILING
Context text
β
Qwen LLM
β
Answer