Generating an embedding from a dense embedding modelDocumentation Index
Fetch the complete documentation index at: https://docs.trieve.ai/llms.txt
Use this file to discover all available pages before exploring further.
Inputs that need to be embedded
The name of the prompt that should be used by for encoding. If not set, no prompt will be applied.Must be a key in the
sentence-transformers configuration prompts dictionary.For example if prompt_name is “doc” then the sentence “How to get fast inference?” will be encoded as “doc: How to get fast inference?” because the prompt text will be prepended before any text to encode.Automatically truncate inputs that are longer than the maximum supported size