mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-07 12:22:59 +00:00
relax to warning
This commit is contained in:
@@ -94,7 +94,7 @@ export class RemoteQuery<T = number[]> extends Query<T> {
|
||||
}
|
||||
|
||||
if ((this as any)._useIndex === false) {
|
||||
throw new Error('LanceDB Cloud does not yet support useIndex=false')
|
||||
console.warn('LanceDB Cloud does not yet support useIndex=false, ignoring option.')
|
||||
}
|
||||
|
||||
const data = await this._client.search(
|
||||
|
||||
Reference in New Issue
Block a user