You can specify which fields your embedding field ...
# community-help
f
You can specify which fields your embedding field will embed from using the
embed
property's
from
prop. Since it's an array of strings, you can pass in any
string
field: https://typesense.org/docs/29.0/api/vector-search.html#creating-an-auto-embedding-field The embeddings will only be re-calculated when an embedding field changes, not when the document is changed, so there's o extra API call to your remote embedder there