diff --git a/node/src/query.ts b/node/src/query.ts index b87d0519..5baf7e19 100644 --- a/node/src/query.ts +++ b/node/src/query.ts @@ -38,7 +38,7 @@ export class Query { constructor (query?: T, tbl?: any, embeddings?: EmbeddingFunction) { this._tbl = tbl this._query = query - this._limit = undefined + this._limit = 10 this._nprobes = 20 this._refineFactor = undefined this._select = undefined