Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/embedding/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ of floating point numbers. The position of an embedding in vector space captures
the data, so vectors that are close to each other are considered similar.

LanceDB provides an embedding function registry in OSS as well as its Cloud and Enterprise versions
([see below](#embeddings-in-lancedb-cloud-and-enterprise)).
that automatically generates vector embeddings
during data ingestion and querying. The API abstracts embedding generation, allowing you to focus
on your application logic.
([see below](#embeddings-in-lancedb-cloud-and-enterprise))
that automatically generates vector embeddings during data ingestion. Automatic query-time embedding
generation is currently only supported in LanceDB OSS. The API abstracts embedding generation, allowing
you to focus on your application logic.

## Embedding Registry

Expand Down
Loading