mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 22:59:57 +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`
872 B
872 B
@lancedb/lancedb / Exports / embedding
Namespace: embedding
Table of contents
Classes
Interfaces
Functions
Functions
isEmbeddingFunction
▸ isEmbeddingFunction<T>(value): value is EmbeddingFunction<T>
Test if the input seems to be an embedding function
Type parameters
| Name |
|---|
T |
Parameters
| Name | Type |
|---|---|
value |
unknown |
Returns
value is EmbeddingFunction<T>