Reference
CreateIndexOptions
@moss-dev/moss / CreateIndexOptions
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Property | Type | Description |
|---|---|---|
modelId? | string | Embedding model to use. Defaults to “moss-minilm”, or “custom” if documents have pre-computed embeddings. |
onProgress? | (progress) => void | Callback invoked with progress updates (~every 2s) while the server is processing. |