class documentation

Undocumented

Property precomputed_prompt_key This is the property that contains the fully compiled prompt. Meaning a user can bypass the prompt templating step.
@property
precomputed_prompt_key: str | None = (source) ΒΆ

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.