Constructor
new EmbeddingCreator(options)
Creates a new EmbeddingCreator
.Creates a new EmbeddingCreator
Parameters:
Name | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | Configuration options Properties
|
Methods
logFinalStats()
Log final statistics
.Log final statistics
logProgress()
Log current progress
.Log current progress
(async) run(options) → {Promise.<Object>}
Run the embedding creation process
.Run the embedding creation process
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | Processing options Properties
|
Returns:
The statistics from the run
- Type
- Promise.<Object>