Embed
embedGenerate vector embeddings for RAG and semantic search. Convert text into 4096-dimensional vectors using the NaN API.
Instructions
Generate vector embeddings with qwen3-embedding (NaN API, 4096 dimensions). Useful for RAG and semantic search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Single text or array of strings to embed | |
| encoding_format | No | Encoding format. Default float |