DocumentEmbedder
Represents an interface for embedding documents into vector representations. Implementations of this interface should define how specific document types are processed and converted into embeddings for downstream applications.
Parameters
Document
The type of the document to be embedded.