mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-09 21:32:58 +00:00
This will start publishing `@lancedb/lancedb` with the new nodejs package on our releases.
3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
export { EmbeddingFunction, isEmbeddingFunction } from "./embedding_function";
|
|
export { OpenAIEmbeddingFunction } from "./openai";
|