iiRecord
Agentic AI Atlas · knowledge-base-qa
lib-process:ai-agents-conversational--knowledge-base-qaa5c.ai
II.
LibraryProcess overview

lib-process:ai-agents-conversational--knowledge-base-qa

Reference · live

knowledge-base-qa overview

Knowledge Base QA Agent - Process for building question-answering agents over knowledge bases including document ingestion, retrieval strategies, answer generation, and citation handling.

LibraryProcessOutgoing · 3Incoming · 0

Attributes

displayName
knowledge-base-qa
description
Knowledge Base QA Agent - Process for building question-answering agents over knowledge bases including document ingestion, retrieval strategies, answer generation, and citation handling.
libraryPath
library/specializations/ai-agents-conversational/knowledge-base-qa.js
specialization
ai-agents-conversational
references
  • - RAGAS: https://docs.ragas.io/ - LlamaIndex: https://docs.llamaindex.ai/ - Haystack: https://docs.haystack.deepset.ai/
example
const result = await orchestrate('specializations/ai-agents-conversational/knowledge-base-qa', { agentName: 'docs-qa-agent', knowledgeSources: ['./docs', './wiki'], retrievalStrategy: 'hybrid' });
usesAgents
  • rag-architect
  • kb-developer
  • retrieval-developer
  • qa-developer
  • citation-developer
  • feedback-developer
  • evaluation-developer

Outgoing edges

lib_applies_to_domain1
lib_belongs_to_specialization1
lib_implements_workflow1

Incoming edges

None.