class documentation
        
        class SentenceTransformerPredictor(ExposedModel, PromptModel): (source)
Undocumented
| Async Method | needed | 
    Undocumented | 
| Async Method | needed | 
    Undocumented | 
| Async Method | potential | 
    Checks if a change in model can lead to a potential distribution shift. | 
| Method | prompt | 
    Undocumented | 
| Async Method | run | 
    Undocumented | 
| Class Variable | embedding | 
    Undocumented | 
| Class Variable | features | 
    Undocumented | 
| Class Variable | model | 
    Undocumented | 
| Class Variable | model | 
    Undocumented | 
| Class Variable | precomputed | 
    Undocumented | 
| Class Variable | prompt | 
    Undocumented | 
| Property | as | 
    Undocumented | 
| Property | exposed | 
    Undocumented | 
| Property | precomputed | 
    This is the property that contains the fully compiled prompt. Meaning a user can bypass the prompt templating step. | 
Checks if a change in model can lead to a potential distribution shift.
- Returns:
 - str: A message explaining the potential drift.
 
    
    
    async def run_polars(self, values: 
  RetrievalJob, store: ModelFeatureStore) -> pl.DataFrame:
    
      
      (source)
    
    
      
      
      ¶
    
  Undocumented