Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Joseph Petro committed Dec 21, 2024
1 parent abd0ec9 commit 1ed2da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart-entities/adapters/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export class DefaultEntitiesVectorAdapter extends EntitiesVectorAdapter {
[
`Making Smart Connections...`,
`Embedding progress: ${this.embedded_total} / ${this.collection.embed_queue.length}`,
`${this._calculate_embed_tokens_per_second()} tokens/sec using ${this.embed_model_key}`
`${this._calculate_embed_tokens_per_second()} tokens/sec using ${this.collection.embed_model_key}`
],
{
timeout: 0,
Expand Down

0 comments on commit 1ed2da9

Please sign in to comment.