embed
Diagnose embedding setup or perform manual similarity checks by creating vector embeddings for short texts. Returns the vector and dimension without indexing.
Instructions
Create a vector embedding for a short text using the configured embedding provider. Returns the vector and its dimension. Use this only for diagnostics, manual similarity checks, or validating an embedding setup. It does not index notes and has no side effects. For batch note embeddings, use index_all with with_embeddings=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to embed (will be truncated to ~2000 chars) |