Skip to content

Documentation / @agentick/apple / AppleEmbeddingConfig

Interface: AppleEmbeddingConfig ​

Defined in: types.ts:114

Configuration for the embedding API

Properties ​

bridgePath? ​

optional bridgePath: string

Defined in: types.ts:116

Path to the compiled Swift bridge executable


language? ​

optional language: string

Defined in: types.ts:128

BCP-47 language code for better results when language is known


script? ​

optional script: EmbeddingScript

Defined in: types.ts:126

Script model to use. Each covers multiple languages:

  • "latin" (default) — English, French, German, Spanish, Portuguese, Italian, Dutch, etc.
  • "cyrillic" — Russian, Ukrainian, Bulgarian, Kazakh
  • "cjk" — Chinese, Japanese, Korean
  • "indic" — Hindi, Marathi, Bangla, Tamil, Telugu, etc.
  • "thai" — Thai
  • "arabic" — Arabic

Released under the ISC License.