Files
lancedb/docs/src/js/modules/embedding.md
Weston Pace e21b56293c docs: add a reference to @lancedb/lance in the docs (#1166)
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`
2024-04-05 16:34:39 -07:00

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>

Defined in

embedding/embedding_function.ts:66