diff --git a/node/src/remote/index.ts b/node/src/remote/index.ts index 7fdcefd8..9d014a02 100644 --- a/node/src/remote/index.ts +++ b/node/src/remote/index.ts @@ -267,7 +267,7 @@ export class RemoteTable implements Table { const column = indexParams.column ?? 'vector' const indexType = 'vector' // only vector index is supported for remote connections const metricType = indexParams.metric_type ?? 'L2' - const indexCacheSize = indexParams ?? null + const indexCacheSize = indexParams.index_cache_size ?? null const data = { column,