AI Narrative Designer
An AI Narrative Designer crafts the voice, personality, story arcs, and conversational logic that make AI systems feel coherent, e…
Skill Guide
RAG content curation is the strategic process of designing, maintaining, and optimizing the knowledge base from which a Retrieval-Augmented Generation system sources its information, ensuring retrieved context is relevant, accurate, and high-quality to ground the language model's output.
Scenario
A small company needs an AI assistant to answer employee questions from a 50-page HR policy PDF.
Scenario
A SaaS company wants an AI agent to answer customer queries using a mix of live API docs, a static knowledge base, and a community forum archive.
Scenario
A healthcare tech firm needs to ground a diagnostic AI in curated, peer-reviewed medical literature and clinical guidelines to ensure safety and compliance.
Use LangChain/LlamaIndex for pipeline orchestration, chunking strategies, and connecting retrievers to LLMs. Use ChromaDB, Pinecone, or Weaviate as vector stores to manage and query embedding indexes at scale.
Use spaCy or Hugging Face for text preprocessing, NER, and generating embeddings. Use RAGAS for evaluating retrieval relevance and faithfulness. Use LangSmith for tracing and debugging full RAG pipelines.
Answer Strategy
Test the candidate's diagnostic framework. Answer should outline: 1. Examining query understanding (is the query being embedded correctly?). 2. Analyzing the retrieval component (are the top-k results appropriate?). 3. Reviewing the knowledge base itself (are documents chunked and indexed with sufficient granularity and metadata?). 4. Proposing a fix like re-chunking, adding metadata filters, or improving query expansion.
Answer Strategy
Test for system design and operational rigor. The answer must address: 1. Secure, isolated data ingestion with encryption at rest and in transit. 2. A versioned, immutable knowledge base (e.g., using immutable data objects or vector store snapshots). 3. An automated, audited pipeline for weekly updates with rollback capability. 4. Strict access controls on the retrieval endpoint.
1 career found
Try a different search term.