Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 578 Bytes

File metadata and controls

16 lines (10 loc) · 578 Bytes

@moss-dev/moss-web v1.0.0


@moss-dev/moss-web / CreateIndexOptions

Interface: CreateIndexOptions

Options for creating an index.

Properties

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.