mirror of
https://github.com/lancedb/lancedb.git
synced 2026-06-03 04:10:41 +00:00
feat: make it easier to create empty tables (#942)
This PR also reworks the table creation utilities significantly so that they are more consistent, built on top of each other, and thoroughly documented.
This commit is contained in:
@@ -49,7 +49,7 @@ const {
|
||||
export { Query }
|
||||
export type { EmbeddingFunction }
|
||||
export { OpenAIEmbeddingFunction } from './embedding/openai'
|
||||
export { makeArrowTable, type MakeArrowTableOptions } from './arrow'
|
||||
export { convertToTable, makeArrowTable, type MakeArrowTableOptions } from './arrow'
|
||||
|
||||
const defaultAwsRegion = 'us-west-2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user