fix(node): export optimize options (#1518)

PR fixes #1514
This commit is contained in:
Gagan Bhullar
2024-08-07 14:15:51 -06:00
committed by GitHub
parent 2bdf0a02f9
commit 24e3507ee2

View File

@@ -59,7 +59,7 @@ export {
export { Index, IndexOptions, IvfPqOptions } from "./indices";
export { Table, AddDataOptions, UpdateOptions } from "./table";
export { Table, AddDataOptions, UpdateOptions, OptimizeOptions } from "./table";
export * as embedding from "./embedding";