Embed Connectors
ReplicateEmbed
ReplicateEmbed provides an interface to generate embeddings using models from the Replicate platform, integrated within the Neum AI framework for document processing.
The ReplicateEmbed
class serves as a connector to the Replicate platform, leveraging its models to generate embeddings for text data encapsulated in Neum AI documents.
Properties
Required properties:
api_key
: The API key needed to authenticate with Replicate’s services.replicate_model
: The specific model identifier used on Replicate to generate embeddings.
Was this page helpful?