RAG is often described as “chat with your documents.” In practice, useful enterprise retrieval is a product and data architecture problem involving source quality, permissions, retrieval behavior, citations and evaluation.
Retrieval quality starts before embeddings
Documents need useful structure, ownership and metadata. Chunking cannot compensate for outdated, duplicated or permission-blind source content.
Design retrieval around the user task
Search for a policy, compare contracts and synthesize a project history are different retrieval problems. Each may need different ranking, filters and context composition.
Evaluation needs real business questions
Build a regression set from actual user questions, expected sources and acceptable answer behavior. Track retrieval recall, groundedness, refusal behavior, latency and cost.