RAG Query Handling

Best practices for answering financial questions using RAG over bank statement data.

johnsonhk88 685d345 360 B Updated

File contents

RAG Query Handling Skill

Rules

  • After storing data in Vector DB, always prefer using the rag_query to answer questions instead of relying only on memory.
  • Use RAG especially when the document is long or detailed.

johnsonhk88/ai-bank-statement-document-automation-by-llm-and-personal-finanical-analysis-prediction/tree/main/agents/hermes/skills/rag-query-handling commit 685d345650

Frequently asked questions

npx skillmds@latest add johnsonhk88/rag-query-handling-2