Appearance
Embed Text
Use Embed Text to turn a piece of text into a vector embedding. This is useful for semantic search, for example finding similar products or support articles.
Set Provider, Model, and Value (the text to embed). The action result is embedding, an array of numbers.
Learn how to choose a provider →
REQUIRES EXTERNAL DATABASE
Embed Text only creates the vector. Semantic search also needs you to store that vector and query it later.
WeWeb tables cannot store or search embeddings yet. Save the embedding result in an external database that supports vectors, then query that database from your workflow.
Native support for saving embeddings in WeWeb tables is planned.

