How semantic search and RAG work on VDF AI
Semantic search matches on meaning instead of exact keywords: a query is turned into a vector embedding and compared against your indexed content, so an agent finds the right answer even when it is phrased differently. This category is the retrieval-augmented generation (RAG) backbone your agents use to stay grounded in your own data. It spans focused connectors like Confluence semantic search, GitHub semantic code search, and Jira semantic search; the Federated Vector Search tool that queries all three at once; Hybrid Search that blends vector and keyword recall; a Knowledge Graph Query for entity-linked retrieval; plus the pipeline tools — embedding generation, result reranking, and chunk-level citation — that make every answer traceable to its source.