Skip to content

Empty or vague answers

If the assistant replies with “I don’t know,” empty text, or overly generic answers, retrieval or tool routing is usually misconfigured.

SymptomLikely cause
Always “I don’t know”No KB attached or indexing incomplete
Wrong topic answersIrrelevant KB attached; tune master prompt
Works in test, not widgetDifferent deployment / assistant linked
Tool data ignoredTool not attached or description unclear
No citations shownRAG disabled or min_score too high
  1. Assistants → [your assistant] → Knowledge bases — at least one KB attached.
  2. Knowledge bases → Status — must be ready, not indexing or error.
  3. Re-upload failed documents shown in the documents list.
Terminal window
curl "https://api.chatevo.ai/api/v1/knowledge-bases/kb_YOUR_ID/status" \
-H "Authorization: Bearer $CHATEVO_API_KEY"
  • Open the KB and confirm relevant documents exist.
  • Search the dashboard KB preview with the same question.
  • Add missing FAQs or import URLs.

Under Assistants → RAG settings:

SettingToo aggressive symptomSuggested start
min_scoreNo chunks pass threshold0.650.75
top_kMisses relevant chunks610
Hybrid offKeyword-only missesEnable hybrid search

See RAG settings and Search settings.

Overly restrictive prompts cause empty answers:

❌ "Never answer unless 100% certain"
✅ "Answer from the knowledge base when relevant. If uncertain, say what you found and offer to escalate."

See Master prompt.

Document-only assistants cannot answer real-time questions (stock, order status, pricing):

  • Attach the right tool
  • Write a clear tool description so the model knows when to call it
  • Test the tool independently first

On supported plans, vague questions are rewritten before retrieval. If disabled on your plan, visitors must ask more specific questions.

See Smart query understanding.

Deployments → Web widget — confirm the linked assistant is the one you configured and tested.

StepActionExpected
1Ask exact phrase from your FAQ in test panelAnswer with citation
2Ask paraphrased questionAnswer with citation
3Ask live-data questionTool call in trace
4Repeat on live widgetSame behavior

Export the conversation from Analytics and contact support@chatevo.ai with:

  • Assistant ID
  • Question asked
  • Expected document or tool