Retrieval-Augmented Generation
Pattern where an LLM is given relevant documents at inference time (retrieved from a vector store or other index) rather than relying on training data alone. Standard recipe for grounding answers in your own data.
Pattern where an LLM is given relevant documents at inference time (retrieved from a vector store or other index) rather than relying on training data alone. Standard recipe for grounding answers in your own data.