mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-06 20:02:58 +00:00
[Node] Expose IVF PQ config (#258)
This commit is contained in:
@@ -289,7 +289,9 @@ export class LocalTable<T = number[]> implements Table<T> {
|
||||
}
|
||||
}
|
||||
|
||||
interface IvfPQIndexConfig {
|
||||
/// Config to build IVF_PQ index.
|
||||
///
|
||||
export interface IvfPQIndexConfig {
|
||||
/**
|
||||
* The column to be indexed
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user