II.
RetrievalPipeline overview
Reference · liveretrieval-pipeline:conversational-retrieval
Conversational Retrieval overview
Chat-history-aware retrieval pipeline that rewrites user queries in the context of the conversation before searching. Handles coreference resolution (user says "it" referring to a previous topic), query expansion from conversation context, and follow-up question handling. The pipeline: take user query + chat history, rewrite query to be self-contained, retrieve using rewritten query, generate answer grounded in retrieved context and chat history.
Attributes
displayName
Conversational Retrieval
description
Chat-history-aware retrieval pipeline that rewrites user queries
in the context of the conversation before searching. Handles
coreference resolution (user says "it" referring to a previous
topic), query expansion from conversation context, and follow-up
question handling. The pipeline: take user query + chat history,
rewrite query to be self-contained, retrieve using rewritten query,
generate answer grounded in retrieved context and chat history.
pipelineKind
conversational
chunkingStrategy
semantic
Outgoing edges
relates_to_topic1
- topic:memory-to-knowledge-bridge·TopicMemory-to-Knowledge Bridge
retrieves_from3
- knowledge-source:documentation-wiki·KnowledgeSourceDocumentation Wiki
- knowledge-source:conversation-history·KnowledgeSourceConversation History
- knowledge-source:slack-threads·KnowledgeSourceSlack Threads
Incoming edges
None.