45 Retrieval Augmented Generation (RAG) Support

Coherence provides the DocumentChunk class, which you can use to represent document chunks containing text, embedding, and metadata, as typically represented in various RAG frameworks.

While this class can certainly be used on its own, its main purpose is to support various RAG framework integrations in a consistent manner.