mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-24 22:09:58 +00:00
We aren't yet ready to switch over the examples since almost all JS examples rely on embeddings and we haven't yet ported those over. However, this makes it possible for those that are interested to start using `@lancedb/lancedb`
11 lines
262 B
JSON
11 lines
262 B
JSON
{
|
|
"intentionallyNotExported": [
|
|
"lancedb/native.d.ts:Connection",
|
|
"lancedb/native.d.ts:Index",
|
|
"lancedb/native.d.ts:Query",
|
|
"lancedb/native.d.ts:VectorQuery",
|
|
"lancedb/native.d.ts:RecordBatchIterator",
|
|
"lancedb/native.d.ts:Table"
|
|
]
|
|
}
|