DocumentEmbedder
DocumentEmbedder¶
Embeds document chunks using a specified embedding model.
- type (
Literal): (No documentation available.) - cardinality (
Literal): Consumes one chunk and emits one embedded chunk. - model (
Reference[EmbeddingModel] | str): Embedding model to use for vectorization.