Supports Expression Language: true (will be evaluated using flow file attributes and Environment variables)Embedding Model | Embedding Model | | HuggingFace model name to download or a local directory path of the model to use for embedding the data. In case a local directory path is specified, the directory should contain the model's config.json file. Supports Expression Language: true (will be evaluated using flow file attributes and Environment variables) |
Keep Input Limit | Keep Input Limit | 3500 | This property limits the size of the input content that is kept in the output FlowFile. If the input content is larger than this limit, it will be replaced with an empty string. In case the input to embed is the whole input content, the input content will be kept in the 'embeddata.text' attribute of the output FlowFile if its size is below this limit. Otherwise, the 'embeddata.text' attribute will be empty. In case the input to embed is a JSON object or an array of JSON objects, the value of the JSON fields to embed will be kept in the output JSON file if their size is below this limit. Otherwise, the value of the JSON fields to embed will be replaced with an empty string. If the limit is set to below 0, the input will always be kept. |