class documentation
class PromptModel: (source)
Known subclasses: aligned.exposed_model.ollama.OllamaEmbeddingPredictor
, aligned.exposed_model.ollama.OllamaEmbeddingPredictorWithRef
, aligned.exposed_model.sentence_transformer.SentenceTransformerPredictor
Undocumented
Property | precomputed |
This is the property that contains the fully compiled prompt. Meaning a user can bypass the prompt templating step. |
overridden in
aligned.exposed_model.ollama.OllamaEmbeddingPredictor
, aligned.exposed_model.ollama.OllamaEmbeddingPredictorWithRef
, aligned.exposed_model.sentence_transformer.SentenceTransformerPredictor
This is the property that contains the fully compiled prompt. Meaning a user can bypass the prompt templating step.
This is useful in some scanarios where we want to do similarity search when the prompt components do not make sense to provide.